aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/mbox/camel-mbox-folder.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/providers/mbox/camel-mbox-folder.h')
-rw-r--r--camel/providers/mbox/camel-mbox-folder.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/camel/providers/mbox/camel-mbox-folder.h b/camel/providers/mbox/camel-mbox-folder.h
index 4caa28fd6a..ba17642144 100644
--- a/camel/providers/mbox/camel-mbox-folder.h
+++ b/camel/providers/mbox/camel-mbox-folder.h
@@ -35,7 +35,6 @@ extern "C" {
#include <gtk/gtk.h>
#include "camel-folder.h"
-#include "camel-mbox-summary.h"
/* #include "camel-store.h" */
@@ -48,15 +47,11 @@ extern "C" {
typedef struct {
CamelFolder parent_object;
- CamelFolderSummary *external_summary;
- /* the external summary is intended to be read by callers */
-
gchar *folder_file_path; /* contains the messages */
gchar *summary_file_path; /* contains the messages summary */
gchar *folder_dir_path; /* contains the subfolders */
gchar *index_file_path; /* index of body contents */
- CamelMboxSummary *internal_summary; /* internal summary object */
GList *uid_array;
int search_id; /* next search id */