After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 527902 - Bug in mail header "from" when iso8859-1
Bug in mail header "from" when iso8859-1
Status: RESOLVED DUPLICATE of bug 523259
Product: evolution
Classification: Applications
Component: Mailer
2.22.x (obsolete)
Other All
: Normal normal
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2008-04-13 17:14 UTC by rom
Modified: 2008-04-22 22:04 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22


Attachments
You can see in the table the bug, while it works fine in the details panel (26.47 KB, image/png)
2008-04-13 17:17 UTC, rom
Details

Description rom 2008-04-13 17:14:10 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
Comment 1 rom 2008-04-13 17:17:52 UTC
Created attachment 109183 [details]
You can see in the table the bug, while it works fine in the details panel
Comment 2 André Klapper 2008-04-14 07:54:40 UTC
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 ***
Comment 3 rom 2008-04-15 13:39:53 UTC
mbox.ev-summary? Where?
Comment 4 André Klapper 2008-04-17 10:53:15 UTC
somewhere in ~/.evolution/local/mail/, replace "mbox" with the name of the folder.
Comment 5 rom 2008-04-22 18:02:17 UTC
(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

??
Comment 6 André Klapper 2008-04-22 22:04:48 UTC
IMAP or POP account?

if IMAP, you need to delete
            ~/.evolution/mail/imap/<account>/folders/INBOX/summary
replacing INBOX with whatever folder it is.