[evolution/webkit-composer: 152/210] EMailFormatterQuoteTextPlain: Use CAMEL_MIME_FILTER_TOHTML_QUOTE_CITATION.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/webkit-composer: 152/210] EMailFormatterQuoteTextPlain: Use CAMEL_MIME_FILTER_TOHTML_QUOTE_CITATION.
- Date: Mon, 8 Jul 2013 00:58:36 +0000 (UTC)
commit d9b578e844f0dd708c79ccdde7504e743d4cf9ba
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 efe0638..74fdcdf 100644
--- a/em-format/e-mail-formatter-quote-text-plain.c
+++ b/em-format/e-mail-formatter-quote-text-plain.c
@@ -74,8 +74,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]