|
|
|
|
@ -691,8 +691,7 @@ KMCommand::Result KMSaveMsgCommand::execute() |
|
|
|
|
KMOpenMsgCommand::KMOpenMsgCommand(QWidget *parent, const QUrl &url, const QString &encoding, KMMainWidget *main) |
|
|
|
|
: KMCommand(parent) |
|
|
|
|
, mUrl(url) |
|
|
|
|
,
|
|
|
|
|
mEncoding(encoding) |
|
|
|
|
, mEncoding(encoding) |
|
|
|
|
, mMainWidget(main) |
|
|
|
|
{ |
|
|
|
|
qCDebug(KMAIL_LOG) << "url :" << url; |
|
|
|
|
@ -1465,8 +1464,7 @@ void KMCopyDecryptedCommand::slotAppendResult(KJob *job) |
|
|
|
|
KMMoveCommand::KMMoveCommand(const Akonadi::Collection &destFolder, const Akonadi::Item::List &msgList, MessageList::Core::MessageItemSetReference ref) |
|
|
|
|
: KMCommand(nullptr, msgList) |
|
|
|
|
, mDestFolder(destFolder) |
|
|
|
|
,
|
|
|
|
|
mRef(ref) |
|
|
|
|
, mRef(ref) |
|
|
|
|
{ |
|
|
|
|
fetchScope().setAncestorRetrieval(Akonadi::ItemFetchScope::Parent); |
|
|
|
|
} |
|
|
|
|
@ -1474,8 +1472,7 @@ KMMoveCommand::KMMoveCommand(const Akonadi::Collection &destFolder, const Akonad |
|
|
|
|
KMMoveCommand::KMMoveCommand(const Akonadi::Collection &destFolder, const Akonadi::Item &msg, MessageList::Core::MessageItemSetReference ref) |
|
|
|
|
: KMCommand(nullptr, msg) |
|
|
|
|
, mDestFolder(destFolder) |
|
|
|
|
,
|
|
|
|
|
mRef(ref) |
|
|
|
|
, mRef(ref) |
|
|
|
|
{ |
|
|
|
|
fetchScope().setAncestorRetrieval(Akonadi::ItemFetchScope::Parent); |
|
|
|
|
} |
|
|
|
|
|