GNOME Bugzilla – Bug 537088
Message headers aren't displayed for some e-mails
Last modified: 2008-08-09 16:29:07 UTC
Please describe the problem: Occasionally, some e-mails are shown without their headers (From, Subject, and such) in the mail preview pane. I am using Evolution as a mail client for GMail through IMAP. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 112306 [details] An example of a message that doesn't show its message headers This general notice was sent to clients of Japan's Mitsubishi Tokyo Bank (no personal information but my e-mail address is included).
Created attachment 112307 [details] Screenshot of the mail preview pane with no headers A screenshot of the mail preview pane for the same e-mail mentioned above.
dupe of 537088 ?
(In reply to comment #3) > dupe of 537088 ? That is awfully recursive and intriguingly philosophical at the same time.
He meant Bug #536457 :-)
Created attachment 115681 [details] screenshot with example@example.com From: header 0) Can confirm this. 1) Seems to be caused by an empty "From:" header. Adding "example@example.com" to the From: header will make the message display as expected (I guess, not being able to actually read the message). 2) Could the submitter confirm this? If so, the bug should probably be relabeled.
(In reply to comment #6) > 2) Could the submitter confirm this? If so, the bug should probably be > relabeled. Make that: ... should be marked a duplicate of bug #537989 (or vice versa).
Created attachment 115691 [details] [review] break out of a loop in efh_fromat_headers() insted of returning This seems to be caused by efh_format_headers(): it returns when it runs into an empty From: or Sender: header. It should just break form that specific lop. Patch against trunk. Tested on 2.22.3.
(In reply to comment #6) > 2) Could the submitter confirm this? Please forget this. Not needed anymore.
*** Bug 537989 has been marked as a duplicate of this bug. ***
COmmit to trunk.
Patch committed to SVN trunk as r35896 http://svn.gnome.org/viewvc/evolution?view=revision&revision=35896
*** Bug 546768 has been marked as a duplicate of this bug. ***