diff options
Diffstat (limited to 'camel/providers/imap/camel-imap-store.h')
-rw-r--r-- | camel/providers/imap/camel-imap-store.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/providers/imap/camel-imap-store.h b/camel/providers/imap/camel-imap-store.h index accbc8b9ae..c467d6066b 100644 --- a/camel/providers/imap/camel-imap-store.h +++ b/camel/providers/imap/camel-imap-store.h @@ -61,13 +61,13 @@ typedef enum { struct _CamelImapStore { CamelDiscoStore parent_object; struct _CamelImapStorePrivate *priv; - + /* Information about the command channel / connection status */ gboolean connected; char tag_prefix; guint32 command; CamelFolder *current_folder; - + /* Information about the server */ CamelImapServerLevel server_level; guint32 capabilities, parameters; |