From 59a95b802eee2de3b6b226cd74905238fa5e6c14 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Thu, 29 Aug 2024 19:13:36 +0200 Subject: mail unread without fail2ban or checkmk --- config/doom/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/doom/config.org b/config/doom/config.org index 7ec1cd9..eaadbbf 100644 --- a/config/doom/config.org +++ b/config/doom/config.org @@ -367,7 +367,7 @@ this new window. (:name "Isar-Speak" :query "(tag:Isar-Speak or tag:lists/isar-speak-officers) and tag:unread" :key "t") (:name "flagged" :query "tag:flagged" :key "f") (:name "sent" :query "tag:sent" :key "s") - (:name "unread" :query "tag:unread" :key "u") + (:name "unread" :query "tag:unread and not tag:fail2ban and not tag:Checkm-Alerts" :key "u") (:name "drafts" :query "tag:draft" :key "d"))) (setq notmuch-show-all-tags-list t -- cgit v1.2.3