[Users] [Bug 2569] select html part on folder spesific properties

noreply at thewildbeast.co.uk noreply at thewildbeast.co.uk
Thu Sep 13 22:52:24 CEST 2012


http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2569


Andrej Kacian <andrej at kacian.sk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #1115|0                           |1
        is obsolete|                            |




--- Comment #18 from Andrej Kacian  2012-09-13 22:52:23 ---
Created an attachment (id=1158)
 --> (http://www.thewildbeast.co.uk/claws-mail/bugzilla/attachment.cgi?id=1158)
A per-folder option to "select HTML part" on message open

Updated the patch to work with current cvs (3.8.1cvs57).

I have noticed that our multipart parsing logic is a bit limited. The html part
of following message will not be selected automatically, because the parser is
not looking for multipart/related inside a multipart/alternative
(messageview.c, around line 1500).

multipart/alternative
 text/plain
 multipart/related
  text/html
  image/jpg

It could use a rewrite, a truly recursive parser could probably be better. Of
course, this is also outside of scope of this bug. :)

-- 
Configure bugmail: http://www.thewildbeast.co.uk/claws-mail/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Users mailing list