fix(wanderlust): enforce wl-message-id-domain
only on automatic gmail config
This commit is contained in:
parent
ebcb383c99
commit
a20ca0cc0a
1 changed files with 2 additions and 2 deletions
|
@ -78,9 +78,9 @@
|
||||||
wl-draft-folder "%[Gmail]/Drafts"
|
wl-draft-folder "%[Gmail]/Drafts"
|
||||||
wl-trash-folder "%[Gmail]/Trash"
|
wl-trash-folder "%[Gmail]/Trash"
|
||||||
wl-fcc-force-as-read t
|
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
|
;; Use alert for alerting
|
||||||
(when (fboundp 'alert)
|
(when (fboundp 'alert)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue