From de766e6e6f10ef8f7daaf2dcc7c30de7196fab04 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Mon, 6 Apr 2026 15:30:32 -0700 Subject: [PATCH] Ignore All Mail folder for notifications --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index f6b2e21..a26968e 100644 --- a/init.el +++ b/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