diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2022-07-12 18:53:18 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2022-07-12 18:53:18 +0100 |
commit | fe2218e182b8f0483bd37e62a92f914b6b9daa94 (patch) | |
tree | 03e1b7d8664aa1980e31c2beb90ae02cd4a12670 /Mail | |
parent | 301c7bbb4aea23156c4a7965dd6006240c9e9c86 (diff) | |
download | dotfiles-fe2218e182b8f0483bd37e62a92f914b6b9daa94.tar.gz dotfiles-fe2218e182b8f0483bd37e62a92f914b6b9daa94.tar.bz2 dotfiles-fe2218e182b8f0483bd37e62a92f914b6b9daa94.zip |
(*)~general fixes, small scale
(notmuch)+junk tag
(Shell)~sdkman so it uses the current username
Diffstat (limited to 'Mail')
-rwxr-xr-x | Mail/.local/share/mail/.notmuch/hooks/post-new | 1 | ||||
-rw-r--r-- | Mail/.notmuch-config | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/Mail/.local/share/mail/.notmuch/hooks/post-new b/Mail/.local/share/mail/.notmuch/hooks/post-new index 0573651..e0e9131 100755 --- a/Mail/.local/share/mail/.notmuch/hooks/post-new +++ b/Mail/.local/share/mail/.notmuch/hooks/post-new @@ -5,6 +5,7 @@ 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 -inbox +warwick from:'*@warwick.ac.uk*' diff --git a/Mail/.notmuch-config b/Mail/.notmuch-config index f0bd4e4..bc81505 100644 --- a/Mail/.notmuch-config +++ b/Mail/.notmuch-config @@ -12,7 +12,7 @@ # [database] -path=.local/share/mail +path=/home/oreo/.local/share/mail # User configuration # @@ -64,7 +64,7 @@ ignore= # [search] -exclude_tags=trash;deleted;spam; +exclude_tags=trash;deleted;spam;junk; # Maildir compatibility configuration # |