aboutsummaryrefslogtreecommitdiffstats
path: root/mail/folder-browser.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/folder-browser.h')
-rw-r--r--mail/folder-browser.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/folder-browser.h b/mail/folder-browser.h
index 85a6d6bbaf..fcedd9e352 100644
--- a/mail/folder-browser.h
+++ b/mail/folder-browser.h
@@ -35,6 +35,8 @@ typedef enum _FolderBrowserSelectionState {
struct _FolderBrowser {
GtkTable parent;
+
+ struct _FolderBrowserPrivate *priv;
BonoboPropertyBag *properties;
@@ -56,7 +58,7 @@ struct _FolderBrowser {
char *new_uid; /* place to save the next uid during idle timeout */
char *loaded_uid; /* what we have loaded */
guint loading_id, seen_id;
-
+
/* a folder we are expunging, dont use other than to compare the pointer value */
CamelFolder *expunging;