(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:
@@ -1368,7 +1368,7 @@ integrate it into my workflow just a bit better.
|
|||||||
:custom
|
:custom
|
||||||
(notmuch-show-logo nil)
|
(notmuch-show-logo nil)
|
||||||
(notmuch-search-oldest-first 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"))
|
(notmuch-archive-tags '("-inbox" "-unread" "+archive"))
|
||||||
(mail-signature +mail/signature)
|
(mail-signature +mail/signature)
|
||||||
(mail-default-directory +mail/local-dir)
|
(mail-default-directory +mail/local-dir)
|
||||||
|
|||||||
19
Mail/.local/share/mail/.notmuch/hooks/post-new
Executable file
19
Mail/.local/share/mail/.notmuch/hooks/post-new
Executable 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'
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
[database]
|
[database]
|
||||||
path=/home/dx/.local/share/mail
|
path=.local/share/mail
|
||||||
|
|
||||||
# User configuration
|
# User configuration
|
||||||
#
|
#
|
||||||
@@ -50,7 +50,7 @@ primary_email=aryadev@aryadevchavali.com
|
|||||||
#
|
#
|
||||||
|
|
||||||
[new]
|
[new]
|
||||||
tags=unread;inbox;
|
tags=new
|
||||||
ignore=
|
ignore=
|
||||||
|
|
||||||
# Search configuration
|
# Search configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user