From 6476c5f2331cd73d0deb7d459d701ee9e13c7b88 Mon Sep 17 00:00:00 2001 From: Bertrand Guiheneuf Date: Tue, 18 May 1999 19:06:00 +0000 Subject: tests * tests/test1.c (main): tests * camel/camel-mime-message.c (_write_to_file): started write_to framework for mime_messages svn path=/trunk/; revision=931 --- camel/camel-mime-part.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'camel/camel-mime-part.c') diff --git a/camel/camel-mime-part.c b/camel/camel-mime-part.c index a79ef7efcc..416244ead9 100644 --- a/camel/camel-mime-part.c +++ b/camel/camel-mime-part.c @@ -460,6 +460,7 @@ camel_mime_part_get_content_object(CamelMimePart *mime_part) #define WHPTF gmime_write_header_pair_to_file +/* This is not used for the moment */ static void _write_content_to_file (CamelMimePart *mime_part, FILE *file) { @@ -490,7 +491,7 @@ _write_to_file(CamelDataWrapper *data_wrapper, FILE *file) CamelMimePart *mp = CAMEL_MIME_PART (data_wrapper); gmime_content_field_write_to_file(data_wrapper->content_type, file); gmime_content_field_write_to_file(mp->disposition, file); - WHPTF (file, "Content-Transfer-Encoding:", mp->encoding); + WHPTF (file, "Content-Transfer-Encoding", mp->encoding); WHPTF (file, "Content-Description", mp->description); WHPTF (file, "Content-MD5", mp->content_MD5); WHPTF (file, "Content-id", mp->content_id); -- cgit v1.2.3