From 4a2b2d476b52c5bdce6158eb6b74419e2b09f7d8 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 18 Apr 2014 21:54:57 -0700 Subject: [PATCH] mail/.notmuch/hooks/post-new: More identifiers for -inbox I'm only occasionally interested in these messages, so don't clutter the inbox (unless they're sent to me in particular). --- src/mail/.notmuch/hooks/post-new | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mail/.notmuch/hooks/post-new b/src/mail/.notmuch/hooks/post-new index 1486147..40cc8e3 100755 --- a/src/mail/.notmuch/hooks/post-new +++ b/src/mail/.notmuch/hooks/post-new @@ -75,7 +75,7 @@ notmuch tag +issue -- tag:new and \( from:bugzilla-daemon@gentoo.org or from:rep notmuch tag -new -- tag:new and \( from:wking@tremily.us or from:wking@drexel.edu or from:tvrkng@gmail.com \) # remove new from things we don't want in the inbox -notmuch tag +unread -new -- tag:new and \( tag:gramps or tag:notmuch or tag:simulavr \) +notmuch tag +unread -new -- tag:new and not to:wking@tremily.us and \( tag:dj-static or tag:gunicorn or tag:hub or tag:icalendar or tag:gramps or tag:job or tag:journal or tag:pelican or tag:persona or tag:notmuch or tag:roundup or tag:simulavr or tag:venv or tag:wireless \) # finally, retag all "new" messages "inbox" and "unread" notmuch tag +inbox +unread -new -- tag:new -- 2.26.2