(Mail|Emacs)~notmuch settings

+a few more tags to make organizing stuff easier
+recent searches to notmuch-hello
~path to database is now relative
This commit is contained in:
2022-01-13 11:39:38 +00:00
parent cd95e32696
commit c81464bc1f
3 changed files with 22 additions and 3 deletions

View File

@@ -1368,7 +1368,7 @@ integrate it into my workflow just a bit better.
:custom
(notmuch-show-logo nil)
(notmuch-search-oldest-first nil)
(notmuch-hello-sections '(notmuch-hello-insert-saved-searches notmuch-hello-insert-alltags))
(notmuch-hello-sections '(notmuch-hello-insert-saved-searches notmuch-hello-insert-alltags notmuch-hello-insert-recent-searches))
(notmuch-archive-tags '("-inbox" "-unread" "+archive"))
(mail-signature +mail/signature)
(mail-default-directory +mail/local-dir)

View File

@@ -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'

View File

@@ -12,7 +12,7 @@
#
[database]
path=/home/dx/.local/share/mail
path=.local/share/mail
# User configuration
#
@@ -50,7 +50,7 @@ primary_email=aryadev@aryadevchavali.com
#
[new]
tags=unread;inbox;
tags=new
ignore=
# Search configuration