]> git.notmuchmail.org Git - notmuch-wiki/blobdiff - initial_tagging.mdwn
Mention afew in initial_tagging.mdwn
[notmuch-wiki] / initial_tagging.mdwn
index 29895987e674af2c06dfdfc6523ebfaeed7a9a9c..d35db4965d38fa3ba4982327d711f4755117ff9c 100644 (file)
@@ -24,7 +24,7 @@ following:
     # tag all message from notmuch mailing list
     notmuch tag +notmuch -- to:notmuch@notmuchmail.org
 
-    # finally, retag all "new" messages "inbox" and "unread"
+    # finally, retag all "new" messages "inbox" and "unread"
     notmuch tag +inbox +unread -new -- tag:new
 
 Since the post-processing is only acting on a few messages, it is
@@ -58,6 +58,11 @@ generally extrememly fast.
   large flux of messages with a low signal-to-noise.  It is email
   id:"87tyfu3k5a.fsf@gmail.com" in the notmuch mailing list archives.
 
+* [afew](https://github.com/teythoon/afew) is an initial tagging
+  solution that should work out of the box for most basic tagging
+  needs (mailinglist handling, killed thread handling, autoarchiving
+  of sent mails) and has some fancy features (e.g. mail classification
+  using bayesian filters).
 
 # Notmuch Delivery Agent -- `notmuch-deliver`