diff options
-rwxr-xr-x | Mail/.local/share/mail/.notmuch/hooks/post-new | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mail/.local/share/mail/.notmuch/hooks/post-new b/Mail/.local/share/mail/.notmuch/hooks/post-new index 579447c..a781276 100755 --- a/Mail/.local/share/mail/.notmuch/hooks/post-new +++ b/Mail/.local/share/mail/.notmuch/hooks/post-new @@ -3,7 +3,7 @@ # unread;inbox;warwick;banks;receipts;spotify notmuch tag +inbox +unread -new -- tag:new -notmuch tag -new -unread +inbox +sent -- '(from:"aryadev@aryadevchavali.com*" not to:"*@aryadevchavali.com.com*" not tag:list)' +notmuch tag -new -unread -inbox +sent -- '(from:"aryadev@aryadevchavali.com*" not to:"*@aryadevchavali.com.com*" not tag:list)' notmuch tag -inbox +list 'from:"rss@aryadevchavali.com"' notmuch tag -inbox -unread +spam 'path:general/Junk/**' |