aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-store.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-store.h')
-rw-r--r--camel/camel-store.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/camel/camel-store.h b/camel/camel-store.h
index e86c884a1a..40d34db3cf 100644
--- a/camel/camel-store.h
+++ b/camel/camel-store.h
@@ -41,8 +41,12 @@ extern "C" {
typedef struct _CamelFolderInfo {
- struct _CamelFolderInfo *parent, *sibling, *child;
- char *url, *full_name, *name;
+ struct _CamelFolderInfo *parent,
+ *sibling,
+ *child;
+ char *url;
+ char *full_name;
+ char *name;
int unread_message_count;
} CamelFolderInfo;