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



commit c51d294aeef34e4abb50c8af79f63dabbc1915d7
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 file changed, 3 insertions(+), 1 deletion(-)
---
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]