Fix Bug 406324 - Messages detected as scam are deleted when moved to trash

Move really in trash. Don't delete it.

BUG: 406324
FIXED-IN: 5.11.0
wilder
Laurent Montel 7 years ago
parent 66f91b3524
commit 7cd1d750b3
  1. 2
      src/kmcommands.cpp

@ -1607,7 +1607,7 @@ KMTrashMsgCommand::TrashOperation KMTrashMsgCommand::operation() const
}
KMTrashMsgCommand::KMTrashMsgCommand(const Akonadi::Collection &srcFolder, const Akonadi::Item &msg, MessageList::Core::MessageItemSetReference ref)
: KMTrashMsgCommand(findTrashFolder(srcFolder), Akonadi::Item::List{msg}, ref)
: KMTrashMsgCommand(srcFolder, Akonadi::Item::List{msg}, ref)
{
}

Loading…
Cancel
Save