diff options
Diffstat (limited to 'framework/src/domain/mime/mimetreeparser/messagepart.h')
-rw-r--r-- | framework/src/domain/mime/mimetreeparser/messagepart.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/src/domain/mime/mimetreeparser/messagepart.h b/framework/src/domain/mime/mimetreeparser/messagepart.h index 75208e52..b958ae8e 100644 --- a/framework/src/domain/mime/mimetreeparser/messagepart.h +++ b/framework/src/domain/mime/mimetreeparser/messagepart.h | |||
@@ -364,7 +364,8 @@ public: | |||
364 | 364 | ||
365 | private: | 365 | private: |
366 | void sigStatusToMetaData(const GpgME::Signature &signature); | 366 | void sigStatusToMetaData(const GpgME::Signature &signature); |
367 | void setVerificationResult(const GpgME::VerificationResult &result, KMime::Content *textNode, const QByteArray &plainText); | 367 | void setVerificationResult(const GpgME::VerificationResult &result, bool parseText, const QByteArray &plainText); |
368 | |||
368 | protected: | 369 | protected: |
369 | GpgME::Protocol mProtocol; | 370 | GpgME::Protocol mProtocol; |
370 | QString mFromAddress; | 371 | QString mFromAddress; |