diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-06-12 02:04:44 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-06-12 02:04:44 +0100 |
commit | 6fa811691e751bf240427655911973552fd392dc (patch) | |
tree | 19f6d6dbfb3b126d4f5d6c7bf01d90cbe0517009 /Mail | |
parent | ed5e5a99a86ffac2a5fd1b8ac7bb6c45ef7bc72c (diff) | |
download | dotfiles-6fa811691e751bf240427655911973552fd392dc.tar.gz dotfiles-6fa811691e751bf240427655911973552fd392dc.tar.bz2 dotfiles-6fa811691e751bf240427655911973552fd392dc.zip |
(Mail)+more tagging for useless email
Diffstat (limited to 'Mail')
-rwxr-xr-x | Mail/.local/share/mail/.notmuch/hooks/post-new | 27 |
1 files changed, 17 insertions, 10 deletions
diff --git a/Mail/.local/share/mail/.notmuch/hooks/post-new b/Mail/.local/share/mail/.notmuch/hooks/post-new index 5e32201..d7487ce 100755 --- a/Mail/.local/share/mail/.notmuch/hooks/post-new +++ b/Mail/.local/share/mail/.notmuch/hooks/post-new @@ -3,20 +3,27 @@ # 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 -unread +spam 'path:general/Junk/**' +notmuch tag -new -unread -inbox +sent from:"aryadev@aryadevchavali.com" +notmuch tag -inbox -unread +spam \ + path:'general/Junk/**' \ + from:'*@bolt-rider.com*' notmuch tag -inbox +warwick from:'*@warwick.ac.uk*' - -notmuch tag -inbox -unread +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 +receipts \ + from:'*@paypal.co.uk*' \ + from:'*@namcheap.com*' \ + from:'*@digitalocean.com*' \ + from:'*@spotify.com*' \ + from:'*@nationalexpress.com*' \ + from:'o2shop@s-email-o2.co.uk' + +notmuch tag -inbox +jobs from:'*@jobs*' \ + from:'*@indeed.com*' \ + from:'*@linkedin.com' \ + from:'*@thecareerwallet*' notmuch tag -inbox +bank from:'*@*hsbc*' from:'*@*lloydsbank*' notmuch tag +flagged from:'expiry@letsencrypt.org' -notmuch tag -inbox +unread +trading from:"noreply@trading212.com" +notmuch tag -inbox +unread +trading from:"*trading212.com" |