diff options
author | Ben Sima <ben@bsima.me> | 2018-10-15 13:48:52 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-10-15 13:48:52 -0700 |
commit | de36caa7f047186e66ed21f4598e12b5eb91861b (patch) | |
tree | 77eeb241bd21fe760ed2161b428bf5ce1ae3dac1 /mutt | |
parent | c5863193e276c038a170cdfc31cd4e6088543981 (diff) |
Only tag "todo" if it's to/from myself *and* has subject "TODO"
Diffstat (limited to 'mutt')
-rwxr-xr-x | mutt/notmuch-hook.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 -- \ |