GNOME Bugzilla – Bug 108567
Author name is not decoded in the introduction string
Last modified: 2006-06-18 05:09:49 UTC
When we use the %a (author and address) in the introduction string (%a wrote:) the author appears not decoded in case of RFC2047 encoding. But author in %n is well decoded.
Chris: since this is Yet Another Charset bug, I'll do the fix if you'll be kind enough to point me in the right direction.
Check message-window.c::get_author_utf(). Haven't looked too closely, but I suspect g_mime_message_get_sender() returns the raw header (i.e. not in UTF-8) and should therefore be run through pan_header_to_utf8().
*** Bug 109006 has been marked as a duplicate of this bug. ***
Fixed in CVS: http://cvs.gnome.org/bonsai/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=pan/pan&command=DIFF_FRAMESET&file=message-window.c&rev1=1.353&rev2=1.354&root=/cvs/gnome