X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=getting-started.mdwn;fp=getting-started.mdwn;h=fac7d8fa08b6db073a55182e760520e0696efa70;hb=0ec821138fe855bd0012fface3f59405470a13bc;hp=9a7f41da4f1d25dbfb2bf3827fbd50f06281560e;hpb=7c24aa421c4c85fac31f73e1e271cde11af10966;p=notmuch-wiki 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