diff options
Diffstat (limited to 'Mail/.local/share/mail/.notmuch/hooks/post-new')
-rwxr-xr-x | Mail/.local/share/mail/.notmuch/hooks/post-new | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Mail/.local/share/mail/.notmuch/hooks/post-new b/Mail/.local/share/mail/.notmuch/hooks/post-new new file mode 100755 index 0000000..0573651 --- /dev/null +++ b/Mail/.local/share/mail/.notmuch/hooks/post-new @@ -0,0 +1,19 @@ +#!/bin/sh + +# 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 -inbox +list 'from:"rss@aryadevchavali.com"' + +notmuch tag -inbox +warwick from:'*@warwick.ac.uk*' + +notmuch tag -inbox +receipts from:'*@paypal.co.uk*' \ + from:'*@namcheap.com*' from:'*@digitalocean.com*' \ + from:'*@spotify.com*' from:'*@nationalexpress.com*' + +notmuch tag -inbox +jobs from:'*@jobs*' from:'*@indeed.com*' + +notmuch tag -inbox +bank from:'*@*hsbc*' from:'*@*lloydsbank*' + +notmuch tag +flagged from:'expiry@letsencrypt.org' |