tweak(wanderlust): add +xface flag
This commit is contained in:
parent
a20ca0cc0a
commit
a461a1f62c
3 changed files with 17 additions and 0 deletions
|
@ -82,6 +82,11 @@
|
|||
|
||||
(setq wl-message-id-domain wl-local-domain))
|
||||
|
||||
;; Use x-face only when compface installed
|
||||
(when (modulep! +xface)
|
||||
(autoload 'x-face-decode-message-header "x-face-e21")
|
||||
(setq wl-highlight-x-face-function 'x-face-decode-message-header))
|
||||
|
||||
;; Use alert for alerting
|
||||
(when (fboundp 'alert)
|
||||
(setq wl-biff-notify-hook '((lambda () (alert "You have new mail!" :title "Wanderlust")))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue