diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-30 17:36:55 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-30 17:36:55 +0200 |
commit | 241a446b0661b668e24e297753d4dfc762fb1fd4 (patch) | |
tree | 369cb9e48c6cb76a186d168b548385fcf1e3e053 /framework/src/domain/mime/mailtemplates.cpp | |
parent | ab912af8158028206cf43b0a6ca0eac8eef040f4 (diff) | |
download | kube-241a446b0661b668e24e297753d4dfc762fb1fd4.tar.gz kube-241a446b0661b668e24e297753d4dfc762fb1fd4.zip |
Reply to signed messages.
Diffstat (limited to 'framework/src/domain/mime/mailtemplates.cpp')
-rw-r--r-- | framework/src/domain/mime/mailtemplates.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/src/domain/mime/mailtemplates.cpp b/framework/src/domain/mime/mailtemplates.cpp index c202af80..6d02124d 100644 --- a/framework/src/domain/mime/mailtemplates.cpp +++ b/framework/src/domain/mime/mailtemplates.cpp | |||
@@ -842,6 +842,7 @@ void MailTemplates::reply(const KMime::Message::Ptr &origMsg, const std::functio | |||
842 | 842 | ||
843 | MimeTreeParser::ObjectTreeParser otp; | 843 | MimeTreeParser::ObjectTreeParser otp; |
844 | otp.parseObjectTree(origMsg.data()); | 844 | otp.parseObjectTree(origMsg.data()); |
845 | otp.decryptParts(); | ||
845 | const auto plainTextContent = otp.plainTextContent(); | 846 | const auto plainTextContent = otp.plainTextContent(); |
846 | const auto htmlContent = otp.htmlContent(); | 847 | const auto htmlContent = otp.htmlContent(); |
847 | 848 | ||