diff options
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 -- \ |