X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=initial_tagging.mdwn;h=1e0fcc1824623e5325badc5a44349035d8c5c163;hb=1d25b9429e75883aef575f83f12cc67cd379d220;hp=29895987e674af2c06dfdfc6523ebfaeed7a9a9c;hpb=a673cda00ab7fe6f40ef5570702e1ff228eb18fd;p=notmuch-wiki diff --git a/initial_tagging.mdwn b/initial_tagging.mdwn index 2989598..1e0fcc1 100644 --- a/initial_tagging.mdwn +++ b/initial_tagging.mdwn @@ -24,11 +24,14 @@ following: # tag all message from notmuch mailing list notmuch tag +notmuch -- to:notmuch@notmuchmail.org - # finally, retag all "new" messages s "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 -generally extrememly fast. +generally extremely fast. + +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 @@ -58,6 +61,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`