[evolution/wip/webkit-composer: 151/262] EMailFormatterQuoteTextPlain: Use CAMEL_MIME_FILTER_TOHTML_QUOTE_CITATION.
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/webkit-composer: 151/262] EMailFormatterQuoteTextPlain: Use CAMEL_MIME_FILTER_TOHTML_QUOTE_CITATION.
- Date: Thu, 16 Jan 2014 10:00:34 +0000 (UTC)
commit 4df4c434e66b616a1e44747c80e0881b222decb3
Author: Matthew Barnes <mbarnes redhat com>
Date: Thu Feb 7 10:31:10 2013 -0500
EMailFormatterQuoteTextPlain: Use CAMEL_MIME_FILTER_TOHTML_QUOTE_CITATION.
em-format/e-mail-formatter-quote-text-plain.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/em-format/e-mail-formatter-quote-text-plain.c b/em-format/e-mail-formatter-quote-text-plain.c
index d0623f2..d47b383 100644
--- a/em-format/e-mail-formatter-quote-text-plain.c
+++ b/em-format/e-mail-formatter-quote-text-plain.c
@@ -73,8 +73,10 @@ emqfe_text_plain_format (EMailFormatterExtension *extension,
CAMEL_MIME_FILTER_TOHTML_CONVERT_URLS |
CAMEL_MIME_FILTER_TOHTML_CONVERT_ADDRESSES;
+ /* XXX Should we define a separate EMailFormatter property
+ * for using CAMEL_MIME_FILTER_TOHTML_QUOTE_CITATION? */
if (e_mail_formatter_get_mark_citations (formatter))
- text_flags |= CAMEL_MIME_FILTER_TOHTML_MARK_CITATION;
+ text_flags |= CAMEL_MIME_FILTER_TOHTML_QUOTE_CITATION;
/* Check for RFC 2646 flowed text. */
type = camel_mime_part_get_content_type (mime_part);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]