GNOME Bugzilla – Bug 527902
Bug in mail header "from" when iso8859-1
Last modified: 2008-04-22 22:04:48 UTC
Please describe the problem: When I receive a mail from a person who have special characters ("É" or "é" in the name), and the mail has been sent in iso8859-1, in the table, instead of "Mélanie", it is written "=?ISO-8859-1?Q?M=E9lanie" in "from" column, while it works fine in details panel (see the screenshot, it would be easier to understand). It works fine in gmail webmail and in thunderbird too. Steps to reproduce: 1. Someone with a É or é should send you a mail (from gmail) 2. Receive the mail (in your gmail address) 3. Actual results: in "From" column : =?ISO-8859-1?Q?M=E9lanie Expected results: in "From" column : Mélanie Does this happen every time? yes Other information: Here is a part of the header of the mail : Date: Sun, 13 Apr 2008 18:46:30 +0200 From: =?UTF-8?B?TcOpbGFuaWUgw4licmFu?= <melanie...@gmail.com> User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: ...@gmail.com Subject: test Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit
Created attachment 109183 [details] You can see in the table the bug, while it works fine in the details panel
deleting the mbox.ev-summary should fix it, the brokenness of thunderbird has been worked around for evolution 2.22. *** This bug has been marked as a duplicate of 523259 ***
mbox.ev-summary? Where?
somewhere in ~/.evolution/local/mail/, replace "mbox" with the name of the folder.
(there is no ~/.evolution/local) $ ls ~/.evolution/mail/local Drafts Inbox.ev-summary-meta Outbox.ibex.index.data Drafts.cmeta Inbox.ibex.index Sent Drafts.ev-summary Inbox.ibex.index.data Sent.cmeta Drafts.ev-summary-meta Inbox.sbd Sent.ev-summary Drafts.ibex.index Outbox Sent.ev-summary-meta Drafts.ibex.index.data Outbox.cmeta Sent.ibex.index Inbox Outbox.ev-summary Sent.ibex.index.data Inbox.cmeta Outbox.ev-summary-meta Inbox.ev-summary Outbox.ibex.index ??
IMAP or POP account? if IMAP, you need to delete ~/.evolution/mail/imap/<account>/folders/INBOX/summary replacing INBOX with whatever folder it is.