From de36caa7f047186e66ed21f4598e12b5eb91861b Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 15 Oct 2018 13:48:52 -0700 Subject: Only tag "todo" if it's to/from myself *and* has subject "TODO" --- mutt/notmuch-hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mutt') diff --git a/mutt/notmuch-hook.sh b/mutt/notmuch-hook.sh index 5af81b5..15b9362 100755 --- a/mutt/notmuch-hook.sh +++ b/mutt/notmuch-hook.sh @@ -9,7 +9,7 @@ notmuch tag +inbox +unread -new -- tag:new notmuch tag +sent -inbox -unread -- from:ben@bsima.me # tag TODOs from myself, always mark as unread so I'm forced to process them -notmuch tag +todo -inbox +unread -- subject:TODO or from:ben@bsima.me and to:ben@bsima.me +notmuch tag +todo -inbox +unread -- subject:TODO and from:ben@bsima.me and to:ben@bsima.me # tag some newsletters, but don't show them in inbox notmuch tag +newsletters -inbox -- \ -- cgit v1.2.3