Bug 236727

Summary: Deleting attachment creates invalid MIME structure
Product: [Applications] kdepim Reporter: Thomas McGuire <mcguire>
Component: messageviewerAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: unnamedrambler
Priority: LO Keywords: akonadi-ports-regression
Version: unspecified   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:
Bug Depends on:    
Bug Blocks: 223438    

Description Thomas McGuire 2010-05-07 18:35:26 UTC
1. Create a simple mail with a single attachment
2. In the viewer, delete the attachment.

Result: The content type is still multipart/mixed, without any boundaries. This 
        is wrong, the mail should be text/plain now.
Comment 1 Casey Link 2010-05-28 02:04:54 UTC
reproducible. checking it out.
Comment 2 Casey Link 2010-05-28 02:41:24 UTC
SVN commit 1131297 by link:

add a missing assemble after removing an attachment from the mime tree.
BUG: 236727

 M  +1 -0      viewer_p.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1131297