Mu4e: Remove duplicated alert mode line call
This commit is contained in:
parent
fadc5f1b35
commit
bfa888ced3
1 changed files with 1 additions and 3 deletions
|
@ -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))
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue