[evolution] Bug 731579 - Broken encoding when replying with selection
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Bug 731579 - Broken encoding when replying with selection
- Date: Tue, 7 Apr 2015 13:09:57 +0000 (UTC)
commit 108608c052169b9fa6e00c13d9a142e52bcf0915
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 857f5bc..fcd2698 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]