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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/camel/camel-store.h b/camel/camel-store.h
index 40d34db3cf..8f7f566d3a 100644
--- a/camel/camel-store.h
+++ b/camel/camel-store.h
@@ -45,8 +45,9 @@ typedef struct _CamelFolderInfo {
*sibling,
*child;
char *url;
- char *full_name;
char *name;
+ char *full_name;
+ char *path;
int unread_message_count;
} CamelFolderInfo;
@@ -176,6 +177,8 @@ void camel_store_free_folder_info_nop (CamelStore *store,
CamelFolderInfo *fi);
void camel_folder_info_free (CamelFolderInfo *fi);
+void camel_folder_info_build_path (CamelFolderInfo *fi,
+ char separator);
CamelFolderInfo *camel_folder_info_build (GPtrArray *folders,
const char *namespace,
char separator,