Bug 236727 - Deleting attachment creates invalid MIME structure
Summary: Deleting attachment creates invalid MIME structure
Status: RESOLVED FIXED
Alias: None
Product: kdepim
Classification: Applications
Component: messageviewer (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: LO normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords: akonadi-ports-regression
Depends on:
Blocks: 223438
  Show dependency treegraph
 
Reported: 2010-05-07 18:35 UTC by Thomas McGuire
Modified: 2010-05-28 02:41 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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