1. Create a simple mail with attachment and save it as a draft 2. Forward the draft, save the result as draft again. The message should now have the following structure: multipart/mixed text/plain message/rfc822 multipart/mixed text/plain application/pdf (or whatever) 3. In the viewer pane, click on "Encapsulated message", which causes a separate window to open. Result: The text of the original message is not displayed
SVN commit 1124580 by amantia: Fix naviating in the mime tree when an encapsulated message is shown (bug 236725). Thomas, for me viewing the message worked fine, just double clicking on the top node shown the empty message. Fix message saving and viewing. Works only from the header links ATM (bug 236732). BUG: 236725 CCBUG: 236732 M +1 -1 nodehelper.cpp M +5 -1 objecttreeparser.cpp M +5 -1 viewer_p.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1124580