aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html-quote.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-format-html-quote.c')
-rw-r--r--mail/em-format-html-quote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-format-html-quote.c b/mail/em-format-html-quote.c
index 4333251186..d00b8bf5f7 100644
--- a/mail/em-format-html-quote.c
+++ b/mail/em-format-html-quote.c
@@ -194,7 +194,7 @@ efhq_multipart_related(EMFormat *emf, CamelStream *stream, CamelMimePart *part,
/* FIXME: put in a function */
nparts = camel_multipart_get_number(mp);
content_type = camel_mime_part_get_content_type(part);
- start = header_content_type_param(content_type, "start");
+ start = camel_content_type_param (content_type, "start");
if (start && strlen(start)>2) {
int len;
const char *cid;