From ef60c40cbdaae083ec4ecc2e16bcc56a2bb22c09 Mon Sep 17 00:00:00 2001 From: George Staikos Date: Sun, 27 Feb 2005 23:21:47 +0000 Subject: [PATCH] revert - crashes moving of folders svn path=/trunk/kdepim/; revision=393658 --- kmcommands.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/kmcommands.cpp b/kmcommands.cpp index f4812b4bc..7ff1c9ec8 100644 --- a/kmcommands.cpp +++ b/kmcommands.cpp @@ -1889,7 +1889,6 @@ KMCommand::Result KMMoveCommand::execute() it.key()->removeMsg(*it.data()); delete it.data(); } -#if 0 /* The list is empty, which means that either all messages were to be * deleted, which is done above, or all of them were already in this folder. * In both cases make sure a completed() signal is emitted nonetheless. */ @@ -1904,7 +1903,6 @@ KMCommand::Result KMMoveCommand::execute() // normal local move completeMove( OK ); } -#endif } return OK;