tweak(wanderlust): switch to use UTF-8 as default charset
This commit is contained in:
parent
bdcf433b04
commit
954748308b
1 changed files with 7 additions and 0 deletions
|
@ -86,6 +86,13 @@
|
|||
|
||||
(setq wl-message-id-domain wl-local-domain))
|
||||
|
||||
;; We're living in the world where UTF-8 is de facto default charset.
|
||||
(setq-default mime-charset-for-write 'utf-8)
|
||||
(setq-default mime-transfer-level 8)
|
||||
(setq charsets-mime-charset-alist
|
||||
'(((ascii) . us-ascii)
|
||||
((unicode) . utf-8)))
|
||||
|
||||
;; Use x-face only when compface installed
|
||||
(when (modulep! +xface)
|
||||
(autoload 'x-face-decode-message-header "x-face-e21")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue