Re: [Emacs head] latest smtpmail.el breaks non-ASCII headers

Katsumi Yamaoka <[email protected]> Mon, 30 May 2011 19:46:30 +0900
Newsgroups gmane.mail.wanderlust.general.japanese,gmane.mail.wanderlust.general,gmane.emacs.gnus.semi.japanese
Organization Emacsen advocacy group
Message-ID <[email protected]>
In [Wanderlust English : No.04740] Sebastian Hofer wrote:
> I currently have problems with "CCL: Invalid command" errors in
> messages I receive. I just updated emacs from bzr 2 days ago. Could
> this be related? And if yes, does anybody know a workaround?

Try putting this snippet to the beginning of the ~/.emacs file:

(setq mel-q-ccl-module nil)

Note that this should be eval'd before loading FLIM's mel.el
(so the easiest way is to put it to the beginning of ~/.emacs).
This is no more than a workaround, makes FLIM use the non-CCL
version of the QP decoder (i.e., mel-q.el, not mel-q-ccl.el).
I don't know whether that error is due to the bug of the recent
ccl.c or the CCL program that mel-q-ccl.el provides.  Sigh.