From: Jani Nikula Date: Fri, 11 Mar 2016 11:14:30 +0000 (+0200) Subject: getting-started: on message delivery X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=0ec821138fe855bd0012fface3f59405470a13bc getting-started: on message delivery --- diff --git a/getting-started.mdwn b/getting-started.mdwn index 9a7f41d..fac7d8f 100644 --- a/getting-started.mdwn +++ b/getting-started.mdwn @@ -71,6 +71,20 @@ interface|manpages]], or [[Notmuch Emacs interface|notmuch-emacs]]. ## Delivering New Messages +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: + +* 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 + 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. + ## Automation Via Hooks ## Backing up and Restoring the Database