From f433063be42c8e4fc81649171137283ece834424 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 24 Oct 2023 10:06:55 +0100 Subject: [PATCH] Reduce notmuch-indicator-refresh-count --- home/emacs/modules/custom-email-config.el | 1 + 1 file changed, 1 insertion(+) diff --git a/home/emacs/modules/custom-email-config.el b/home/emacs/modules/custom-email-config.el index bfb729f1..ebd611be 100644 --- a/home/emacs/modules/custom-email-config.el +++ b/home/emacs/modules/custom-email-config.el @@ -1,6 +1,7 @@ (notmuch-indicator-mode) (setq notmuch-search-oldest-first nil notmuch-show-logo nil + notmuch-indicator-refresh-count 60 notmuch-indicator-args '((:terms "tag:unread and tag:inbox" :label "@"))) (provide 'custom-email-config)