From 5571fc3e69a84a1b53da1ce768282b26d78b39f8 Mon Sep 17 00:00:00 2001 From: bertrand Date: Thu, 13 Jan 2000 03:37:07 +0000 Subject: corrected a bunch of bugs 2000-01-12 bertrand * corrected a bunch of bugs * camel/providers/mbox/camel-mbox-parser.c (camel_mbox_parse_file): parser the subject and date. * camel/providers/mbox/camel-mbox-parser.c (camel_mbox_parse_file): added the ability to follow the parsing progression. * camel/providers/mbox/camel-mbox-parser.h: parse the x-evolution field. svn path=/trunk/; revision=1563 --- camel/providers/mbox/camel-mbox-parser.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'camel/providers/mbox/camel-mbox-parser.h') diff --git a/camel/providers/mbox/camel-mbox-parser.h b/camel/providers/mbox/camel-mbox-parser.h index 994e5d85e3..58f8cad3a2 100644 --- a/camel/providers/mbox/camel-mbox-parser.h +++ b/camel/providers/mbox/camel-mbox-parser.h @@ -29,6 +29,7 @@ typedef struct { guint message_position; + guint size; gchar *from; gchar *date; gchar *subject; @@ -36,11 +37,10 @@ typedef struct { gchar *priority; gchar *references; gchar *body_summary; + gchar *x_evolution; } CamelMboxParserMessageInfo; -GArray * camel_mbox_find_message_positions (int fd, - const gchar *message_delimiter, - gint first_position, - CamelException *ex); +typedef void camel_mbox_preparser_status_callback (double percentage_done, gpointer user_data); + -- cgit v1.2.3