summaryrefslogtreecommitdiffstats
path: root/framework
diff options
context:
space:
mode:
Diffstat (limited to 'framework')
-rw-r--r--framework/src/domain/mime/mailcrypto.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/framework/src/domain/mime/mailcrypto.cpp b/framework/src/domain/mime/mailcrypto.cpp
index bdfa2a74..6c5d1b4f 100644
--- a/framework/src/domain/mime/mailcrypto.cpp
+++ b/framework/src/domain/mime/mailcrypto.cpp
@@ -408,11 +408,6 @@ KMime::Content *MailCrypto::processCrypto(KMime::Content *content, const std::ve
408 const QGpgME::Protocol *const proto = protocol == MailCrypto::SMIME ? QGpgME::smime() : QGpgME::openpgp(); 408 const QGpgME::Protocol *const proto = protocol == MailCrypto::SMIME ? QGpgME::smime() : QGpgME::openpgp();
409 Q_ASSERT(proto); 409 Q_ASSERT(proto);
410 410
411 qDebug() << "creating signJob from:" << proto->name() << proto->displayName();
412 // for now just do the main recipients
413
414 content->assemble();
415
416 auto signingMode = GpgME::Detached; 411 auto signingMode = GpgME::Detached;
417 bool armor = true; 412 bool armor = true;
418 bool textMode = false; 413 bool textMode = false;