From 0038b76777e2036bd3eb58e6860f153df9b17dce Mon Sep 17 00:00:00 2001 From: bertrand Date: Thu, 24 Jun 1999 17:56:14 +0000 Subject: new class. Simple implementation of a data wrapper: simply keeps the 1999-06-24 bertrand * camel/camel-simple-data-wrapper.[ch]: new class. Simple implementation of a data wrapper: simply keeps the stream result in a byte array. * camel/camel-mime-part.c (_parse_header_pair): added a warning. Have to think about the correct way to store content type stuff. svn path=/trunk/; revision=995 --- camel/camel-mime-part.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'camel/camel-mime-part.c') diff --git a/camel/camel-mime-part.c b/camel/camel-mime-part.c index 8e187a8eac..89eb85b35f 100644 --- a/camel/camel-mime-part.c +++ b/camel/camel-mime-part.c @@ -621,11 +621,11 @@ _parse_header_pair (CamelMimePart *mime_part, GString *header_name, GString *hea header_handled = TRUE; break; - case HEADER_CONTENT_TYPE: + case HEADER_CONTENT_TYPE: /**** * WARNING THIS IS BROKEN * *****/ CAMEL_LOG (FULL_DEBUG, "CamelMimePart::parse_header_pair found HEADER_CONTENT_TYPE: %s\n", header_value->str ); - + gmime_content_field_construct_from_string (CAMEL_DATA_WRAPPER(mime_part)->content_type, header_value); header_handled = TRUE; break; -- cgit v1.2.3