diff options
Diffstat (limited to 'camel/providers/imap/camel-imap-store.h')
-rw-r--r-- | camel/providers/imap/camel-imap-store.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/providers/imap/camel-imap-store.h b/camel/providers/imap/camel-imap-store.h index 3c492c5aa3..ddcc670f40 100644 --- a/camel/providers/imap/camel-imap-store.h +++ b/camel/providers/imap/camel-imap-store.h @@ -59,6 +59,8 @@ typedef struct { gchar *dir_sep, *storage_path; gboolean connected; + + GHashTable *subscribed_folders; } CamelImapStore; |