[mew-int 2713] Can not use UTF-8 for any characters

vvoody <[email protected]>
Newsgroups gmane.mail.mew.general
Message-ID <[email protected]>
>From the info:

If you want to always use UTF-8 for any characters other than
US-ASCII, configure as follows:

    (setq mew-cs-database-for-encoding
              `(((ascii) nil "7bit" "7bit")
                 (nil utf-8 "base64" "B")))

----------

The en mails are ok, but CJK mails not. When I type C-cC-c, the
minibuffer displayed "nil"
and didn't send my mail. I found some information from the *Messages* buffer:

Really send this message? (y or n)
Saving file /home/vvoody/Mail/draft/1...
Wrote /home/vvoody/Mail/draft/1
Making a message...
nil

----------

My mew config file:

(setq mew-name "vvoody")
(setq mew-user "vvoody")
(setq mew-mail-domain "qq.com")

(setq mew-proto "%")
(setq mew-imap-user "vvoody")
(setq mew-imap-server "imap.qq.com")

(setq mew-ssl-verify-level 0)
(setq mew-smtp-ssl t)
(setq mew-smtp-ssl-port "465") ;; The default is 465
(setq mew-prog-ssl "/usr/sbin/stunnel")
(setq mew-smtp-user "vvoody")
(setq mew-smtp-server "smtp.qq.com")

(setq mew-imap-header-only t)

(setq mew-use-full-alias t)

(setq mew-cs-database-for-encoding
      `(((ascii) nil "7bit" "7bit")
	(nil utf-8 "base64" "B")))

----------

Regards!

-- 
Free as freedom, slack as Slackware.
vvoody
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.