[Users] [Bug 2659] E-mail attachments are handled inconsistently

noreply at thewildbeast.co.uk noreply at thewildbeast.co.uk
Fri May 11 10:40:12 CEST 2012


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





--- Comment #7 from Colin Leroy  2012-05-11 10:40:12 ---
The problem is that mimeview_tree_next() doesn't walk up multiple parents. This
mail is in the following format:
message/rfc822
 multipart/mixed
  multipart/alternative
   text/plain
   text/html
  message/rfc822 *
   multipart/alternative **
    text/plain
    text/html ***
  message/rfc822
   multipart/alternative
    text/plain
    text/html
  message/rfc822
   multipart/alternative
    text/plain
    text/html

and mimeview_tree_next() stops at the *** because it only looks if the
first-level parent (**) as a ->next part, not going back to the grand-parent
(*).

-- 
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