summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/mime/mimetreeparser/messagepart.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-04-26 21:45:55 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-04-26 21:45:55 +0200
commit22524c37d6e66757372dba609587e3c122d34dc3 (patch)
tree834a4986edf5e235b87e53ffdbe0c79e417424a3 /framework/src/domain/mime/mimetreeparser/messagepart.cpp
parent31ebc4f47a990e65e9872d8e7251bee5f22153d7 (diff)
downloadkube-22524c37d6e66757372dba609587e3c122d34dc3.tar.gz
kube-22524c37d6e66757372dba609587e3c122d34dc3.zip
Removed some more unnecessary includes
Diffstat (limited to 'framework/src/domain/mime/mimetreeparser/messagepart.cpp')
-rw-r--r--framework/src/domain/mime/mimetreeparser/messagepart.cpp4
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;