aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-quote.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-format-quote.c')
-rw-r--r--mail/em-format-quote.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/em-format-quote.c b/mail/em-format-quote.c
index 113d854fc5..1b26ff255e 100644
--- a/mail/em-format-quote.c
+++ b/mail/em-format-quote.c
@@ -214,8 +214,8 @@ emfq_text_plain(EMFormatQuote *emfq, CamelStream *stream, CamelMimePart *part, E
/* Check for RFC 2646 flowed text. */
type = camel_mime_part_get_content_type(part);
- if (header_content_type_is(type, "text", "plain")
- && (format = header_content_type_param(type, "format"))
+ if (camel_content_type_is (type, "text", "plain")
+ && (format = camel_content_type_param (type, "format"))
&& !g_ascii_strcasecmp(format, "flowed"))
flags |= CAMEL_MIME_FILTER_TOHTML_FORMAT_FLOWED;