From 04b9ec51d45f2efb3b8118eef99c7592ba269792 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 26 Aug 2003 18:16:51 +0000 Subject: temporarily reverting my camel namespace patches until after we merge in some of the other branches svn path=/trunk/; revision=22373 --- camel/camel-filter-search.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'camel/camel-filter-search.c') diff --git a/camel/camel-filter-search.c b/camel/camel-filter-search.c index 0fa2c5984a..5f9e5ebffa 100644 --- a/camel/camel-filter-search.c +++ b/camel/camel-filter-search.c @@ -163,7 +163,7 @@ check_header (struct _ESExp *f, int argc, struct _ESExpResult **argv, FilterMess else { ct = camel_mime_part_get_content_type (CAMEL_MIME_PART (message)); if (ct) { - charset = camel_content_type_param (ct, "charset"); + charset = header_content_type_param (ct, "charset"); charset = e_iconv_charset_name (charset); } } @@ -262,7 +262,7 @@ get_full_header (CamelMimeMessage *message) CamelMimePart *mp = CAMEL_MIME_PART (message); GString *str = g_string_new (""); char *ret; - struct _camel_header_raw *h; + struct _header_raw *h; for (h = mp->headers; h; h = h->next) { if (h->value != NULL) { -- cgit v1.2.3