summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Nikula <jani@nikula.org>2015-10-19 22:32:05 +0300
committerJani Nikula <jani@nikula.org>2015-10-19 22:32:05 +0300
commit136a463fa93da077573f8a1ebd50d8d9824fb7f2 (patch)
treec1e930f439bfd72e562d4c85e166ded27e1a6915
parent4529ff1df4e4ecb2bc898a15abebfde635925713 (diff)
notmuch-deliver -> notmuch-insert
-rw-r--r--initial_tagging.mdwn11
1 files changed, 5 insertions, 6 deletions
diff --git a/initial_tagging.mdwn b/initial_tagging.mdwn
index 8aa2f91..c7bed03 100644
--- a/initial_tagging.mdwn
+++ b/initial_tagging.mdwn
@@ -35,7 +35,7 @@ You can use the `post-new` hook, which is automatically run after `notmuch new`,
to do post-processing. See `man notmuch-hooks` for details on hooks.
-# Other solutions
+## Other solutions
* [Carl Worth's approach to tagging](http://notmuchmail.org/pipermail/notmuch/2010/001691.html). It
is email id:87r5o8stbj.fsf@yoom.home.cworth.org in the notmuch
@@ -64,9 +64,8 @@ to do post-processing. See `man notmuch-hooks` for details on hooks.
of sent mails) and has some fancy features (e.g. mail classification
using bayesian filters).
-# Notmuch Delivery Agent -- `notmuch-deliver`
+## Notmuch MDA -- `notmuch-insert`
-The [Notmuch Delivery Agent](http://github.com/alip/notmuch-deliver/)
-([announcement](http://notmuchmail.org/pipermail/notmuch/2010/002871.html)) is
-a tool for delivering emails to maildir, add them to the Notmuch database, and
-tag them as desired.
+The [[notmuch insert command|manpages/notmuch-insert-1]] is a tool for
+delivering emails to maildir, indexing them to the Notmuch database, and tagging
+them as desired.