Mu4e: Remove duplicated alert mode line call

This commit is contained in:
TEC 2021-05-18 00:06:46 +08:00
parent fadc5f1b35
commit bfa888ced3
No known key found for this signature in database
GPG key ID: 779591AFDB81F06C

View file

@ -584,6 +584,4 @@ ALL-MAILS are the all the unread emails"
(subject (plist-get new-mail :subject)) (subject (plist-get new-mail :subject))
(sender (caar (plist-get new-mail :from)))) (sender (caar (plist-get new-mail :from))))
(list :title sender :body subject)))) (list :title sender :body subject))))
(setq mu4e-alert-grouped-mail-notification-formatter #'+mu4e-alert-grouped-mail-notification-formatter-with-bell)) (setq mu4e-alert-grouped-mail-notification-formatter #'+mu4e-alert-grouped-mail-notification-formatter-with-bell)))
(mu4e-alert-enable-mode-line-display))