aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap/camel-imap-store.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/providers/imap/camel-imap-store.h')
-rw-r--r--camel/providers/imap/camel-imap-store.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/camel/providers/imap/camel-imap-store.h b/camel/providers/imap/camel-imap-store.h
index cd93d8eddf..2e944d12d2 100644
--- a/camel/providers/imap/camel-imap-store.h
+++ b/camel/providers/imap/camel-imap-store.h
@@ -65,11 +65,12 @@ typedef struct {
CamelImapServerLevel server_level;
guint32 capabilities;
- gchar dir_sep, *storage_path, *base_url;
+ char *namespace, dir_sep, *storage_path, *base_url;
gboolean connected;
GHashTable *subscribed_folders;
+ gboolean useful_lsub;
} CamelImapStore;