revert - crashes moving of folders

svn path=/trunk/kdepim/; revision=393658
wilder-work
George Staikos 21 years ago
parent b48de7dfe9
commit ef60c40cbd
  1. 2
      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;

Loading…
Cancel
Save