Bug 196514 - Folder move makes a copy instead
Summary: Folder move makes a copy instead
Status: RESOLVED DUPLICATE of bug 195670
Alias: None
Product: kmail
Classification: Applications
Component: general (show other bugs)
Version: 1.11.90
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-14 19:25 UTC by Unknown
Modified: 2011-03-07 10:46 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***