diff options
author | Ben Sima <ben@bsima.me> | 2018-07-10 16:07:21 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-07-10 16:07:21 -0700 |
commit | d55f9eef8bb90af4606a70f5367273d8ebcdb972 (patch) | |
tree | f49172bb278ff2115fa529e3a908d376dee247da /mutt | |
parent | 5f56a873d60a29fef72020e8e1e8ebab8b2e970f (diff) |
Update notmuch hook
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 3b3580d..eec6680 100755 --- a/mutt/notmuch-hook.sh +++ b/mutt/notmuch-hook.sh @@ -6,7 +6,7 @@ notmuch new notmuch tag +inbox +unread -new -- tag:new # tag all messages from "me" as sent and rmeove tags inbox and unread -notmuch tag -new -inbox +sent -- from:ben@bsima.me or from:bsima@me.com +notmuch tag -new -unread -inbox +sent -- from:ben@bsima.me or from:bsima@me.com # tag some newsletters, but don't show them in inbox notmuch tag +newsletters -new -inbox -- \ |