From 6c337e9ea0623b48688c018973d35823dde21f60 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 12 Oct 2000 13:38:51 +0000 Subject: Removed temp_message_buffer, and content_input_stream fields which seem to 2000-10-11 Not Zed * camel-mime-part.h (struct _CamelMimePart): Removed temp_message_buffer, and content_input_stream fields which seem to have come from nowhere, and are unused. * camel-mime-utils.c: Added a note about touching this file. Nobody is to touch it without asking me first. That goes for you too Jeff. (header_decode_text): In what way is this broken? 2000-10-10 Not Zed * providers/imap/camel-imap-folder.c (imap_get_summary_internal): Fix camel_summary_* function rename (imap_get_message_info_internal): Likewise. * camel-mime-parser.c (camel_mime_parser_finalise): Fixed a spelling mistake. * camel-folder-summary.c (camel_summary_format_address): Uh, why do we encode and then decode here ... sigh. This is not the way to fix this. (camel_folder_summary_format_address): Renamed to a proper name, this was only supposed to be a private function. (camel_folder_summary_format_string): Likewise. Oh i see why it was made public, code reuse by cut & paste. Joy. svn path=/trunk/; revision=5881 --- camel/camel-mime-utils.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'camel/camel-mime-utils.c') diff --git a/camel/camel-mime-utils.c b/camel/camel-mime-utils.c index b01d263d87..92e33228c3 100644 --- a/camel/camel-mime-utils.c +++ b/camel/camel-mime-utils.c @@ -19,6 +19,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +/* dont touch this file without my permission - Michael */ + #include #include @@ -1031,6 +1033,9 @@ header_decode_text (const char *in, int inlen) } #if 0 /* This is broken */ + +/* so in what way is it broken? */ + /* decodes a simple text, rfc822 */ static char * header_decode_text(const char *in, int inlen) -- cgit v1.2.3