[evolution] Correct the mime type of preview selection string
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Correct the mime type of preview selection string
- Date: Mon, 24 Oct 2016 13:13:07 +0000 (UTC)
commit ae60b7f5d1190f07a1ca5e23d93ed6da03a78a39
Author: Tomas Popela <tpopela redhat com>
Date: Mon Oct 24 15:10:11 2016 +0200
Correct the mime type of preview selection string
src/mail/e-mail-reader-utils.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/mail/e-mail-reader-utils.c b/src/mail/e-mail-reader-utils.c
index a996990..9132459 100644
--- a/src/mail/e-mail-reader-utils.c
+++ b/src/mail/e-mail-reader-utils.c
@@ -2505,10 +2505,10 @@ e_mail_reader_reply_to_message (EMailReader *reader,
if (camel_content_type_is (content_type, "text", "plain")) {
selection = 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]