Version: (using KDE 4.2.4) Installed from: Debian testing/unstable Packages When I create a folder under local folder, select "Move folder" form its context menu and move it under a different folder, the folder is not moved. It is copied to the destination, but the original is not deleted.
Created attachment 34544 [details] Fix of bug - to apply in kdepim/kmail/
*** Bug 196514 has been marked as a duplicate of this bug. ***
I purpose this correction: in the file mainfolderview.cpp in the function folderToPopupMenu, change the line 246 from: Util::reconnectSignalSlotPair( menu, SIGNAL( triggered( QAction * ) ), target, SLOT( slotCopySelectedFoldersToFolder( QAction* ) ) ); to: Util::reconnectSignalSlotPair( menu, SIGNAL( triggered( QAction * ) ), target, SLOT( slotMoveSelectedFoldersToFolder( QAction* ) ) ); The function "Move" is defined at line 262 but never used.
SVN commit 982493 by winterz: Commit Frank's patch for "move folders" doesn't move the folders http://reviewboard.kde.org/r/834 MERGE: e4 BUG: 195670 M +6 -6 mainfolderview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=982493