From fbcdf475521aaf13049ddc7c9f96bb0c9ed9b870 Mon Sep 17 00:00:00 2001 From: bertrand Date: Sun, 23 Jan 2000 01:45:49 +0000 Subject: use the real summary file path instead of a stupid hardcoded one. Fixes 2000-01-22 bertrand * camel/providers/mbox/camel-mbox-folder.c (_check_get_or_maybe_generate_summary_file): use the real summary file path instead of a stupid hardcoded one. Fixes yet another bug. * camel/providers/mbox/camel-mbox-utils.c (parsed_information_to_mbox_summary): don't forget to copy the date too. Fix a very annoying bug. * camel/providers/mbox/camel-mbox-folder.c (_append_message): implemented. A lot of fixes too. Works now. (_get_uid_list): implemented. svn path=/trunk/; revision=1609 --- camel/providers/mbox/camel-mbox-parser.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'camel/providers/mbox/camel-mbox-parser.c') diff --git a/camel/providers/mbox/camel-mbox-parser.c b/camel/providers/mbox/camel-mbox-parser.c index db6f5bff44..905214811e 100644 --- a/camel/providers/mbox/camel-mbox-parser.c +++ b/camel/providers/mbox/camel-mbox-parser.c @@ -228,7 +228,6 @@ initialize_buffer (CamelMboxPreParser *parser, /* fill the end of the buffer with 0\ */ memset (parser->buffer + buf_nb_read + parser->left_chunk_size, '\0', MIN (parser->left_chunk_size, MBOX_PARSER_BUF_SIZE - buf_nb_read - parser->left_chunk_size)); - printf ("I am memsetting with 0\n"); }; parser->last_position = MIN (buf_nb_read + parser->left_chunk_size + 1, @@ -802,7 +801,6 @@ camel_mbox_parse_file (int fd, if (parser->is_pending_message) { parser->current_message_info.size = parser->real_position - parser->current_message_info.message_position; - printf ("the postion of the last message : %ld\nthe size of the last message is : %ld\n", parser->current_message_info.message_position, parser->current_message_info.size); g_array_append_vals (parser->preparsed_messages, (gchar *)parser + G_STRUCT_OFFSET (CamelMboxPreParser, current_message_info), 1); } -- cgit v1.2.3