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

Re: reproducable hang with non-ascii characters in Wanderlust draft



At Sat, 06 Feb 2010 17:11:53 +0100,
Herbert J. Skuhra wrote:
>
> Use an external qp encoder. I've added the following lines to my
> ~/.emacs:
> 
> (setq mel-b-ccl-module nil)
> (setq mel-q-ccl-module nil)
> (setq base64-external-encoder '("mimencode"))
> (setq base64-external-decoder '("mimencode" "-u"))
> (setq base64-external-decoder-option-to-specify-file '("-o"))
> (setq quoted-printable-external-encoder '("mimencode" "-q"))
> (setq quoted-printable-external-decoder '("mimencode" "-q" "-u"))
> (setq quoted-printable-external-decoder-option-to-specify-file '("-o"))
> (setq base64-internal-decoding-limit 0)
> (setq base64-internal-encoding-limit 0)
> (setq quoted-printable-internal-decoding-limit 0)
> (setq quoted-printable-internal-encoding-limit 0)

I tried mimencode and mewencode (from Mew) as external en-/decoder. 
In both cases non-ascii characters in the subject are not correctly
displayed in the summary and message buffer:

=?UTF-8?Q?... not OK
=?UTF-8?B?... OK
=?ISO-8859-1?Q?... OK
=?Windows-1252?Q?... OK

No idea how to fix this. So I removed the above lines again and just
set mime-transfer-level to 8bit.

-Herbert