mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Mu4e: Remove duplicated alert mode line call
This commit is contained in:
@ -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)))
|
||||
|
Reference in New Issue
Block a user