From d0fcd965ce9ef981f54b21a82208e291f97ea203 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 24 Aug 2017 16:34:03 -0600 Subject: Disable applyCharset while it's broken It currently breaks some special characters such as the hyphen. --- framework/src/domain/mime/mailtemplates.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/framework/src/domain/mime/mailtemplates.cpp b/framework/src/domain/mime/mailtemplates.cpp index 2c4dda04..f672692b 100644 --- a/framework/src/domain/mime/mailtemplates.cpp +++ b/framework/src/domain/mime/mailtemplates.cpp @@ -864,7 +864,8 @@ void MailTemplates::reply(const KMime::Message::Ptr &origMsg, const std::functio //Assemble the message addProcessedBodyToMessage(msg, plainBodyResult, htmlBodyResult, false); - applyCharset(msg, origMsg); + //FIXME this does more harm than good right now. + // applyCharset(msg, origMsg); msg->assemble(); //We're done callback(msg); -- cgit v1.2.3