aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/mbox/camel-mbox-summary.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/providers/mbox/camel-mbox-summary.h')
-rw-r--r--camel/providers/mbox/camel-mbox-summary.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/camel/providers/mbox/camel-mbox-summary.h b/camel/providers/mbox/camel-mbox-summary.h
index 95d9574395..2d08e36164 100644
--- a/camel/providers/mbox/camel-mbox-summary.h
+++ b/camel/providers/mbox/camel-mbox-summary.h
@@ -26,7 +26,6 @@
#define MBOX_SUMMARY_H 1
#include <glib.h>
-#include "camel-mbox-folder.h"
@@ -47,7 +46,8 @@ typedef struct {
typedef struct {
guint nb_message; /* number of messages in the summary */
- guchar md5_digest[16]; /* md5 signature of the mbox file */
+ guchar md5_digest[16]; /* md5 signature of the mbox file */
+ guint32 next_uid;
GArray *message_info; /* array of CamelMboxSummaryInformation */
@@ -60,6 +60,11 @@ camel_mbox_save_summary (CamelMboxSummary *summary, const gchar *filename, Camel
CamelMboxSummary *
camel_mbox_load_summary (const gchar *filename, CamelException *ex);
+gboolean
+camel_mbox_check_summary_sync (gchar *summary_filename,
+ gchar *mbox_filename,
+ CamelException *ex);
+
#endif /* MH_SUMMARY_H */