[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs 23.1 problems
At Mon, 09 Nov 2009 09:11:39 +0100,
Herbert J. Skuhra wrote:
>
> At Mon, 09 Nov 2009 00:32:29 +0000,
> Sebastien Cevey wrote:
[... snip ]
>
> Hi!
>
> You can try:
>
> *) to disable QP encoding by adding (setq-default mime-transfer-level 8)
> to your .wl
>
> or
>
> *) to apply the patch to mel-q-ccl.el (flim-1.14.9) from:
>
> http://article.gmane.org/gmane.emacs.mime.japanese/677
>
I had the same problem and this patch to flim fixed it for me.
Cheers,
Jim
> If you always want to use iso-8859-1 instead of UTF-8 add
>
> (setq default-mime-charset-for-write 'iso-8859-1)
>
> --Herbert