In the Edit menu, some items are broken: - "Copy": is always enabled, even if nothing is selected - "Copy 1 Message": The count here is always 1, regardless of how many messages are selected - "Cut Message": Seems to cut the folder Also, copying, cutting and pasting doesn't seem to work correctly at all in most cases and causes crashes.
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