diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2022-09-14 00:12:30 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2022-09-14 00:47:16 +0100 |
commit | 58e098d9ab360fc8511fe9088d4bc2e23e015490 (patch) | |
tree | e54deeac2d1adeda219af1cd9410d83869c87f2d | |
parent | 54e36d529245572729b141e8de33ebd0696911b7 (diff) | |
download | dotfiles-58e098d9ab360fc8511fe9088d4bc2e23e015490.tar.gz dotfiles-58e098d9ab360fc8511fe9088d4bc2e23e015490.tar.bz2 dotfiles-58e098d9ab360fc8511fe9088d4bc2e23e015490.zip |
(Mail)~post-new hook so that emails from me aren't in inbox
-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/**' |