From d44875ac5f2dfc7753cc33281c5fc8a866edd0b7 Mon Sep 17 00:00:00 2001 From: bertrand Date: Wed, 19 Jan 2000 04:33:14 +0000 Subject: tests for summary and parsing process of mbox files. 2000-01-18 bertrand * tests/test9.c: tests for summary and parsing process of mbox files. * camel/providers/mbox/camel-mbox-parser.c (camel_mbox_parse_file): do not use case insensitive comp to detect message separators. Kill some nasty bugs in netscape file parsing, * camel/providers/mbox/camel-mbox-utils.c (parsed_information_to_mbox_summary): don't use g_array_append but write directly inside the array data instead. Better performance and bug fix. * camel/providers/mbox/camel-mbox-summary.c (camel_mbox_load_summary): fix the name and bugs. * camel/camel-folder-summary.h: update the class method definition to match the public defs. svn path=/trunk/; revision=1592 --- camel/providers/mbox/camel-mbox-summary.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'camel/providers/mbox/camel-mbox-summary.h') diff --git a/camel/providers/mbox/camel-mbox-summary.h b/camel/providers/mbox/camel-mbox-summary.h index 29c7d24f93..95d9574395 100644 --- a/camel/providers/mbox/camel-mbox-summary.h +++ b/camel/providers/mbox/camel-mbox-summary.h @@ -55,10 +55,10 @@ typedef struct { void -camel_mbox_save_summary (CamelMboxSummary *, const gchar *filename, CamelException *ex); +camel_mbox_save_summary (CamelMboxSummary *summary, const gchar *filename, CamelException *ex); CamelMboxSummary * -mbox_load_summary (const gchar *filename, CamelException *ex); +camel_mbox_load_summary (const gchar *filename, CamelException *ex); -- cgit v1.2.3