From 58e098d9ab360fc8511fe9088d4bc2e23e015490 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Wed, 14 Sep 2022 00:12:30 +0100 Subject: (Mail)~post-new hook so that emails from me aren't in inbox --- Mail/.local/share/mail/.notmuch/hooks/post-new | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mail/.local/share/mail/.notmuch') 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/**' -- cgit v1.2.3-13-gbd6f