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
parent ebcb383c99
commit a20ca0cc0a

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)