[Bug 196514] New: Folder move makes a copy instead

Maurel guy-kde at maurel.de
Sun Jun 14 18:25:22 BST 2009


https://bugs.kde.org/show_bug.cgi?id=196514

           Summary: Folder move makes a copy instead
           Product: kmail
           Version: 1.11.90
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdepim-bugs at kde.org
        ReportedBy: guy-kde at maurel.de


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

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list