diff options
Diffstat (limited to 'framework/src/domain/mime/mimetreeparser/messagepart.cpp')
-rw-r--r-- | framework/src/domain/mime/mimetreeparser/messagepart.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/framework/src/domain/mime/mimetreeparser/messagepart.cpp b/framework/src/domain/mime/mimetreeparser/messagepart.cpp index 9750ea9e..9f0df7f7 100644 --- a/framework/src/domain/mime/mimetreeparser/messagepart.cpp +++ b/framework/src/domain/mime/mimetreeparser/messagepart.cpp | |||
@@ -35,8 +35,11 @@ | |||
35 | #include <gpgme++/verificationresult.h> | 35 | #include <gpgme++/verificationresult.h> |
36 | #include <gpgme++/key.h> | 36 | #include <gpgme++/key.h> |
37 | #include <gpgme++/keylistresult.h> | 37 | #include <gpgme++/keylistresult.h> |
38 | #include <gpgme++/decryptionresult.h> | ||
39 | #include <gpgme++/importresult.h> | ||
38 | #include <gpgme.h> | 40 | #include <gpgme.h> |
39 | 41 | ||
42 | |||
40 | #include <QTextCodec> | 43 | #include <QTextCodec> |
41 | #include <sstream> | 44 | #include <sstream> |
42 | 45 | ||
@@ -1064,7 +1067,6 @@ bool EncryptedMessagePart::okDecryptMIME(KMime::Content &data) | |||
1064 | appendSubPart(subPart); | 1067 | appendSubPart(subPart); |
1065 | } | 1068 | } |
1066 | 1069 | ||
1067 | mDecryptRecipients = decryptResult.recipients(); | ||
1068 | if (decryptResult.error() && mMetaData.isSigned) { | 1070 | if (decryptResult.error() && mMetaData.isSigned) { |
1069 | //Only a signed part | 1071 | //Only a signed part |
1070 | mMetaData.isEncrypted = false; | 1072 | mMetaData.isEncrypted = false; |