diff options
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 | ||