From bfa888ced313e6f44aadb0c21d6e20e46b1ad598 Mon Sep 17 00:00:00 2001 From: TEC Date: Tue, 18 May 2021 00:06:46 +0800 Subject: [PATCH] Mu4e: Remove duplicated alert mode line call --- modules/email/mu4e/config.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/email/mu4e/config.el b/modules/email/mu4e/config.el index f6a9f05f3..ebc414fa8 100644 --- a/modules/email/mu4e/config.el +++ b/modules/email/mu4e/config.el @@ -584,6 +584,4 @@ ALL-MAILS are the all the unread emails" (subject (plist-get new-mail :subject)) (sender (caar (plist-get new-mail :from)))) (list :title sender :body subject)))) - (setq mu4e-alert-grouped-mail-notification-formatter #'+mu4e-alert-grouped-mail-notification-formatter-with-bell)) - - (mu4e-alert-enable-mode-line-display)) + (setq mu4e-alert-grouped-mail-notification-formatter #'+mu4e-alert-grouped-mail-notification-formatter-with-bell)))