| Summary: | Some edit menu entries wrong and defunct | ||
|---|---|---|---|
| Product: | [Applications] kmail2 | Reporter: | Thomas McGuire <mcguire> |
| Component: | UI | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | lfranchi, tokoe |
| Priority: | NOR | Keywords: | akonadi-ports-regression |
| Version First Reported In: | 1.99.0 | ||
| Target Milestone: | --- | ||
| Platform: | Unlisted Binaries | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Bug Depends on: | |||
| Bug Blocks: | 223438 | ||
|
Description
Thomas McGuire
2010-01-22 18:05:48 UTC
The problem is that Akonadi::StandardActionManager::setItemSelectionModel() is called with the selection model of the folder tree in KMail. The MessageList::View should be fixed to be a real EntityTreeView with a real EntityTreeModel underneath, then it should work. SVN commit 1133833 by lfranchi: Only enable Copy action when some text is selected in the viewer CCBUG: 223820 M +15 -0 viewer_p.cpp M +2 -0 viewer_p.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1133833 folder instead of message being copied was fixed in r226419 |