[evolution/webkit-composer: 156/182] EMailFormatterQuoteTextPlain: Use CAMEL_MIME_FILTER_TOHTML_QUOTE_CITATION.



commit ea4e3db3dbf475177e9a741bf868245ff19b80f2
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 9544a39..2fc9717 100644
--- a/em-format/e-mail-formatter-quote-text-plain.c
+++ b/em-format/e-mail-formatter-quote-text-plain.c
@@ -72,8 +72,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 (part->part);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]