[evolution/gnome-3-22] Correct the mime type of preview selection string
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-3-22] Correct the mime type of preview selection string
- Date: Mon, 24 Oct 2016 13:40:42 +0000 (UTC)
commit a15386fda9f260f81000dd116fb66672bd60895f
Author: Tomas Popela <tpopela redhat com>
Date: Mon Oct 24 15:10:11 2016 +0200
Correct the mime type of preview selection string
mail/e-mail-reader-utils.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mail/e-mail-reader-utils.c b/mail/e-mail-reader-utils.c
index 266d1ec..ab3a9a1 100644
--- a/mail/e-mail-reader-utils.c
+++ b/mail/e-mail-reader-utils.c
@@ -2507,10 +2507,10 @@ e_mail_reader_reply_to_message (EMailReader *reader,
if (camel_content_type_is (content_type, "text", "plain")) {
selection = g_strdup (e_mail_display_get_selection_plain_text_sync (display, NULL, NULL));
- src_is_text_html = TRUE;
+ src_is_text_html = FALSE;
} else if (camel_content_type_is (content_type, "text", "html")) {
selection = e_web_view_get_selection_content_html_sync (E_WEB_VIEW (display), NULL, NULL);
- src_is_text_html = FALSE;
+ src_is_text_html = TRUE;
} else if (camel_content_type_is (content_type, "multipart", "*")) {
selection = e_mail_display_get_selection_content_multipart_sync (display, &src_is_text_html,
NULL, NULL);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]