From ce15f6d076dda1021a230ff07c701a9e1a97da97 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 25 Feb 2003 21:18:24 +0000 Subject: Reverted back to using e-iconv instead of camel-iconv. 2003-02-25 Jeffrey Stedfast * mail-format.c: Reverted back to using e-iconv instead of camel-iconv. svn path=/trunk/; revision=20060 --- mail/mail-format.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mail/mail-format.c') diff --git a/mail/mail-format.c b/mail/mail-format.c index 3b15eb04f6..cd83dd2c9b 100644 --- a/mail/mail-format.c +++ b/mail/mail-format.c @@ -37,7 +37,8 @@ #include #include -#include +#include + #include #include #include @@ -1017,7 +1018,7 @@ write_headers (MailDisplayStream *stream, MailDisplay *md, CamelMimeMessage *mes ct = camel_mime_part_get_content_type (CAMEL_MIME_PART (message)); charset = header_content_type_param (ct, "charset"); - charset = camel_charset_canonical_name (charset); + charset = e_iconv_charset_name (charset); header = CAMEL_MIME_PART (message)->headers; while (header) { -- cgit v1.2.3