From bfac5b8210c52559a10b2d32aa05084c079fdc14 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 28 Aug 2018 12:37:58 -0700 Subject: Mark TODOs (anything sent to myself) unread --- mutt/notmuch-hook.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mutt') diff --git a/mutt/notmuch-hook.sh b/mutt/notmuch-hook.sh index bc4867d..5af81b5 100755 --- a/mutt/notmuch-hook.sh +++ b/mutt/notmuch-hook.sh @@ -6,10 +6,10 @@ notmuch new notmuch tag +inbox +unread -new -- tag:new # tag all messages from "me" as sent -notmuch tag +sent -inbox -- from:ben@bsima.me +notmuch tag +sent -inbox -unread -- from:ben@bsima.me -# tag TODOs from myself -notmuch tag +todo -inbox -- subject:TODO +# 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 # tag some newsletters, but don't show them in inbox notmuch tag +newsletters -inbox -- \ -- cgit v1.2.3