diff options
Diffstat (limited to 'framework/src/domain/mime/mailtemplates.cpp')
-rw-r--r-- | framework/src/domain/mime/mailtemplates.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/src/domain/mime/mailtemplates.cpp b/framework/src/domain/mime/mailtemplates.cpp index 399b6aa1..09932e86 100644 --- a/framework/src/domain/mime/mailtemplates.cpp +++ b/framework/src/domain/mime/mailtemplates.cpp | |||
@@ -1094,7 +1094,7 @@ KMime::Message::Ptr MailTemplates::createMessage(KMime::Message::Ptr existingMes | |||
1094 | QByteArray bodyData; | 1094 | QByteArray bodyData; |
1095 | if (!signingKeys.empty() || !encryptionKeys.empty()) { | 1095 | if (!signingKeys.empty() || !encryptionKeys.empty()) { |
1096 | auto result = MailCrypto::processCrypto( | 1096 | auto result = MailCrypto::processCrypto( |
1097 | bodyPart.get(), signingKeys, encryptionKeys, attachedKey, MailCrypto::OPENPGP); | 1097 | bodyPart.get(), signingKeys, encryptionKeys, attachedKey); |
1098 | if (!result) { | 1098 | if (!result) { |
1099 | qWarning() << "Signing failed"; | 1099 | qWarning() << "Signing failed"; |
1100 | return {}; | 1100 | return {}; |