[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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



At Mon, 30 May 2011 19:46:30 +0900,
Katsumi Yamaoka wrote:
> 
> 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.

Unfortunately this doesn't change anything. Is there something I can
do to help debug the problem?