[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#1174: 23.0.60; Some UTF-8 mails displaying wrongly in Emacs 23
From: |
Stefan Monnier |
Subject: |
bug#1174: 23.0.60; Some UTF-8 mails displaying wrongly in Emacs 23 |
Date: |
Wed, 14 Jan 2009 17:08:53 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
> Stefan, could you please suggest a fix or give some advice how to
> debug this problem?
I don't know where the problem is, so I can't suggest a fix.
I guess what Simon should do is:
- make sure he can reliably reproduce the problem.
- change imap-demule to string-as-multibyte, make sure that removes
the problem.
- then try and figure out why/where is imap-demule used in such a way as
to cause problem.
I must say I can't understand why imap-demule would be called on the
sending side,
Stefan