[evolution/wip/webkit2] Bug 731579 - Broken encoding when replying with selection
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/webkit2] Bug 731579 - Broken encoding when replying with selection
- Date: Wed, 24 Feb 2016 13:54:49 +0000 (UTC)
commit 2cb3ab384c9f5fcc74c873167acf2da7566bbfd8
Author: Milan Crha <mcrha redhat com>
Date: Tue Apr 7 15:09:48 2015 +0200
Bug 731579 - Broken encoding when replying with selection
mail/e-mail-reader-utils.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mail/e-mail-reader-utils.c b/mail/e-mail-reader-utils.c
index 45086c1..aedcd5e 100644
--- a/mail/e-mail-reader-utils.c
+++ b/mail/e-mail-reader-utils.c
@@ -2208,7 +2208,7 @@ e_mail_reader_reply_to_message (EMailReader *reader,
camel_mime_part_set_content (
CAMEL_MIME_PART (new_message),
- selection, length, "text/html");
+ selection, length, "text/html; charset=utf-8");
composer = em_utils_reply_to_message (
shell, new_message, folder, uid,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]