Skip to content

Instantly share code, notes, and snippets.

@fumiyas
Created July 24, 2013 09:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fumiyas/6069242 to your computer and use it in GitHub Desktop.
Save fumiyas/6069242 to your computer and use it in GitHub Desktop.
Wanderlust: Prefer UTF-8
(setq charsets-mime-charset-alist
(cons
(cons (list 'unicode) 'utf-8)
charsets-mime-charset-alist))
(setq charsets-mime-charset-alist
(cons
(cons (list 'ascii) 'us-ascii)
charsets-mime-charset-alist))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment