diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2022-01-13 11:39:38 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2022-01-13 11:39:38 +0000 |
commit | c81464bc1f415f0867ee67a45bb09bf63479e295 (patch) | |
tree | 4c16a4e288e635ce160643e1bef616e224459a9a /Mail/.local/share/mail/.notmuch | |
parent | cd95e326963e750405c7ff94681c0edc11c4f207 (diff) | |
download | dotfiles-c81464bc1f415f0867ee67a45bb09bf63479e295.tar.gz dotfiles-c81464bc1f415f0867ee67a45bb09bf63479e295.tar.bz2 dotfiles-c81464bc1f415f0867ee67a45bb09bf63479e295.zip |
(Mail|Emacs)~notmuch settings
+a few more tags to make organizing stuff easier
+recent searches to notmuch-hello
~path to database is now relative
Diffstat (limited to 'Mail/.local/share/mail/.notmuch')
-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' |