From b4fb72cb1e2468054f5f79b7b4aad3308103c2b4 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 25 Oct 2023 10:46:06 +0100 Subject: [PATCH] Go back to default notmuch-saved-searches --- home/emacs/modules/custom-email-config.el | 6 ------ 1 file changed, 6 deletions(-) diff --git a/home/emacs/modules/custom-email-config.el b/home/emacs/modules/custom-email-config.el index 2c82c628..a7e64acf 100644 --- a/home/emacs/modules/custom-email-config.el +++ b/home/emacs/modules/custom-email-config.el @@ -9,12 +9,6 @@ (".*@icloud.com" . "iCloud/Sent") (".*@ukaea.uk" . "Outlook/Sent") (".*@jet.uk" . "Outlook/Sent")) - notmuch-saved-searches '((:name "inbox" :query "tag:inbox" :key [105] :sort-order nil :search-type tree) - (:name "unread" :query "tag:unread" :key [117] :sort-order nil :search-type tree) - (:name "flagged" :query "tag:flagged" :key [102] :sort-order nil :search-type tree) - (:name "sent" :query "tag:sent" :key [116] :sort-order nil :search-type tree) - (:name "drafts" :query "tag:draft" :key [100] :sort-order nil :search-type tree) - (:name "all mail" :query "*" :key [97] :sort-order nil :search-type tree)) notmuch-indicator-refresh-count 60 notmuch-indicator-args '((:terms "tag:unread and tag:inbox" :label "󰮒 "))) (require 'notmuch)