[mew-int 2135] Re: how to set Mew to send every mail in certain coding by default
Kazu Yamamoto ( 山本和彦 )
kazu at example.com
Tue Apr 18 12:37:36 JST 2006
Hello,
> I hope UTF-8 can be the default coding for every message sent, as I
> don't want the subject looks like this: =?gb2312?B?suLK1A==?=, which
> increase to pain when I search things on my computer.
Put this following to your .mew.el.
(setq mew-cs-database-for-encoding
`(((ascii) nil "7bit" "7bit")
(nil utf-8 "base64" "B")))
Just it!
Of cource, your Emacs have to support UTF-8. I recommend the CVS
version of Emacs. It support UTF-8 natively.
--Kazu
More information about the Mew-int
mailing list