summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Nikula <jani@nikula.org>2016-03-11 13:17:05 +0200
committerJani Nikula <jani@nikula.org>2016-03-11 13:17:05 +0200
commitb76249ee2a366948cb2da97c69e767a6f34d07c9 (patch)
tree382fb6d1ad44fa3095d172d5e6731fbf7e0392bc
parent0ec821138fe855bd0012fface3f59405470a13bc (diff)
getting-started: wording, grammar
-rw-r--r--getting-started.mdwn8
1 files changed, 4 insertions, 4 deletions
diff --git a/getting-started.mdwn b/getting-started.mdwn
index fac7d8f..dbc13ff 100644
--- a/getting-started.mdwn
+++ b/getting-started.mdwn
@@ -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