[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: reproducable hang with non-ascii characters in Wanderlust draft
At Sun, 07 Feb 2010 13:45:49 +0100,
Herbert J. Skuhra wrote:
> So quoted-printable should be disabled in Wanderlust.
> Other MUA's (e.g. sylpheed) uses 8bit for UTF-8 messages by default.
So does mutt.
Wanderlust on Emacs 23.x uses either us-ascii or utf-8. With the below
patch users don't have to set mime-transfer-level.
--- semi.bak/mime-edit.el 2010-02-08 01:29:10.198671174 +0100
+++ semi/mime-edit.el 2010-02-08 02:03:45.875118586 +0100
@@ -791,6 +791,7 @@
(defvar mime-charset-type-list
'((us-ascii 7 nil)
+ (utf-8 8 "8bit")
(iso-8859-1 8 "quoted-printable")
(iso-8859-2 8 "quoted-printable")
(iso-8859-3 8 "quoted-printable")