fix(wanderlust): enforce wl-message-id-domain only on automatic gmail config

This commit is contained in:
Kirill A. Korinsky 2024-01-14 14:19:53 +01:00 committed by Yann Esposito (Yogsototh)
parent 97eabd73d2
commit 9534998b7a
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -78,9 +78,9 @@
wl-draft-folder "%[Gmail]/Drafts"
wl-trash-folder "%[Gmail]/Trash"
wl-fcc-force-as-read t
wl-default-spec "%"))
wl-default-spec "%")
(setq wl-message-id-domain wl-local-domain)
(setq wl-message-id-domain wl-local-domain))
;; Use alert for alerting
(when (fboundp 'alert)