Summary: | Most attachment actions for encrypted attachments don't work | ||
---|---|---|---|
Product: | [Applications] kdepim | Reporter: | Thomas McGuire <mcguire> |
Component: | messageviewer | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | amantia |
Priority: | NOR | Keywords: | akonadi-ports-regression |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Bug Depends on: | |||
Bug Blocks: | 223438 |
Description
Thomas McGuire
2010-05-07 18:54:57 UTC
The attachment actions can be used from 3 places: The attachment quick list in the header, the attachment link in the body and the mimetree viewer. All of them should be tested. 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 SVN commit 1128174 by amantia: Make attachment actions work in the mail body as well. Simplify code, remove one method and integrate with another one. Everything works but delete now. CCBUG: 236732 M +1 -1 nodehelper.cpp M +1 -1 objecttreeparser.cpp M +2 -3 urlhandlermanager.cpp M +19 -24 viewer_p.cpp M +2 -4 viewer_p.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1128174 All works in rev 1128555. Deleting encrypted attachment doesn't work, but didn't work either in KMail 1. At least now you get an error dialog stating the obvious. |