Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Cause: messages with large (text) attachments took long to open
Consequence: large (text) attachments were parsed on message open
Fix: parse large (text) attachments only on demand, when requested
Result: speeds up message open
This comes from an upstream bug report [1].
Emails with large text attachments, like CSV or any similar, could cause Evolution UI freeze when the message was selected to be viewed in the message preview. That was caused by the attachment being parsed and formatted right after the message was opened, even it was set to stay collapsed, thus not viewed by the user. The upstream fix makes the message attachment parse and format only after the user makes the attachment shown explicitly, which makes the Evolution freeze again, but not right after the message open.
This doesn't help with attachments which are marked to be viewed inline, but I believe that most of the text attachments are not marked as such.
[1] https://bugzilla.gnome.org/show_bug.cgi?id=733877
Created attachment 1029526[details]
zipped test message
Unzip the message and import it to one folder in the Evolution. The unpatched version will cause a long (might be more than a minute, so it's just slowly processing further) message rendering as soon as the message is selected, while the patched version shows the message immediately and causes the same busy-state only after the text attachment is expanded (viewed inline).
Tomas' Popela machine behaves slightly differently than mine, the button to expand the attachment was disable to him for images, due to the underlying element in the DOM structure not being provided by the WebKit yet. The updated patch doesn't rely on WebKit in this regard.
There had been discovered a possible regression in the upstream change, which could cause a crash when viewing mailing list message digest, and even I cannot reproduce it in RHEL7, I can quite reliably in Fedora 22, thus better have the follow-up change included than not.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://rhn.redhat.com/errata/RHBA-2015-2226.html