]> git.cworth.org Git - notmuch-wiki/commitdiff
getting-started: wording, grammar
authorJani Nikula <jani@nikula.org>
Fri, 11 Mar 2016 11:17:05 +0000 (13:17 +0200)
committerJani Nikula <jani@nikula.org>
Fri, 11 Mar 2016 11:17:05 +0000 (13:17 +0200)
getting-started.mdwn

index fac7d8fa08b6db073a55182e760520e0696efa70..dbc13ffde4ea061a6989acc8af2500ef36a87777 100644 (file)
@@ -75,15 +75,15 @@ Notmuch itself does not receive messages. There is no IMAP or POP support. You
 will need to set up other tools, such as fetchmail, offlineimap, or mbsync, to
 receive the messages.
 
-There is two ways to deliver and index the messages:
+There are two ways to deliver and index messages:
 
 * Use an external tool (such as offlineimap or mbsync) to deliver the messages
-  to your mail store, and call `notmuch new` to discover and index the newly
+  to your mail store, and run `notmuch new` to discover and index the newly
   delivered messages (and any other changes in the mail store).
 
 * Use an external tool (such as fetchmail) receive the messages, and configure
-  the tool to use `notmuch insert` to deliver the messages to your mail store
-  and index them.
+  the tool to use `notmuch insert` as a Mail Delivery Agent to deliver the
+  messages to your mail store and index them.
 
 ## Automation Via Hooks