| Summary: | Deleting attachment creates invalid MIME structure | ||
|---|---|---|---|
| Product: | [Applications] kdepim | Reporter: | Thomas McGuire <mcguire> |
| Component: | messageviewer | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | unnamedrambler |
| Priority: | LO | Keywords: | akonadi-ports-regression |
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Unlisted Binaries | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Bug Depends on: | |||
| Bug Blocks: | 223438 | ||
reproducible. checking it out. 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 |
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.