Bug 196514

Summary: Folder move makes a copy instead
Product: [Applications] kmail Reporter: Unknown <null>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal CC: frank, jos
Priority: NOR    
Version: 1.11.90   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Unknown 2009-06-14 19:25:18 UTC
Version:           1.11.90 (using Devel)
OS:                Linux
Installed from:    Compiled sources

the function makes a copy, not a move.
I found the possible error:
in the file mainfolderview.cpp at function:
  folderToPopupMenu

in the switch ( action )
    case MoveFolder:
      Util::reconnectSignalSlotPair( menu, SIGNAL( triggered( QAction * ) ), target, SLOT( slotCopySelectedFoldersToFolder( QAction* ) ) );

the "MoveFolder"-case uses the "Copy"-function
Comment 1 Frank Niethardt 2009-06-15 11:36:02 UTC
Duplicate of BUG 195670
Comment 2 Jaime Torres 2009-06-15 12:15:53 UTC
Thank you for taking the time to report this bug and helping to make KDE better. This particular bug has already been reported and is a duplicate of bug 195670, so it is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally any further discussion regarding the bug should occur in the other report. Feel free to continue to report any other bugs you may find.

*** This bug has been marked as a duplicate of bug 195670 ***
Comment 3 Christophe Marin 2011-03-07 10:46:17 UTC
*** Bug 267841 has been marked as a duplicate of this bug. ***