Ignore All Mail folder for notifications
This commit is contained in:
2
init.el
2
init.el
@@ -3270,7 +3270,7 @@ This is the same as `evil-ret' except that it works for links in
|
||||
(concat "flag:unread AND NOT flag:trashed AND NOT "
|
||||
"maildir:/protonmail/Trash AND NOT maildir:/protonmail/Spam AND NOT "
|
||||
"maildir:/ucsc-gmail/[Gmail]/Trash AND NOT "
|
||||
"maildir:/ucsc-gmail/[Gmail]/Spam")
|
||||
"maildir:/ucsc-gmail/[Gmail]/Spam AND NOT maildir:\"/ucsc-gmail/[Gmail]/All Mail\"")
|
||||
"Flag for mail which will appear as \"unread\" and will be notified.")
|
||||
(setq message-kill-buffer-on-exit t
|
||||
message-confirm-send t
|
||||
|
||||
Reference in New Issue
Block a user