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@kde.org
        ReportedBy: guy-...@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.
_______________________________________________
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs

Reply via email to