tweak(wanderlust): switch to alerting

This commit is contained in:
Kirill A. Korinsky 2024-01-14 14:09:05 +01:00 committed by Yann Esposito (Yogsototh)
parent b36dd2d0cb
commit b31119940d
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -70,6 +70,10 @@
(setq wl-message-id-domain wl-local-domain)
;; Use alert for alerting
(when (fboundp 'alert)
(setq wl-biff-notify-hook '((lambda () (alert "You have new mail!" :title "Wanderlust")))))
(when (modulep! :editor evil)
;; Neither `wl-folder-mode' nor `wl-summary-mode' are correctly defined as
;; major modes, so we cannot use `set-evil-initial-state!' here.