[Users] [Bug 3543] recent message causes mimeview to open html from a previously viewed html message
noreply at thewildbeast.co.uk
noreply at thewildbeast.co.uk
Thu Oct 22 14:26:51 CEST 2015
http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=3543
--- Comment #9 from Pierre Fortin <pf at pfortin.com> ---
When switching between msgs, are all vars cleared|re-initialized? gdb has not
provided a better clue yet & C is quite verbose for my aging brain. :)
Testing shows that the minimum "correction" needed to a broken msg is the
addition of "<html>\n" to avoid the bug. The broken msgs are "Content-Type:
text/html;" (in header) -- non-multi-part. The html fancy displays is always
from the last html stuff displayed, no matter which folder it was from, nor how
long ago; {multi,single}-part in previous view doesn't affect the issue.
Smells like some var(s) still contain(s) un[re]initialized data. Restarting CM
& going directly to a broken msg, fancy shows a blank pane -- or its html if
merely "<html>\n" is added.
I wondered about treating the text as html if "<" is the first character; but
finding the {pointer,data,file} containing the old info is the only
future-proof solution.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Users
mailing list