diff options
Diffstat (limited to 'camel/camel-store.h')
-rw-r--r-- | camel/camel-store.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/camel-store.h b/camel/camel-store.h index 6b66811e24..af963fe872 100644 --- a/camel/camel-store.h +++ b/camel/camel-store.h @@ -78,6 +78,11 @@ struct _CamelStore GHashTable *folders; int flags; + + /* FIXME: This is a temporary measure until IMAP namespaces are properly implemented, + after that, all external folder api's will assume a dir separator of '/' */ + /* This is always a copy of IMAP_STORE()->dir_sep, or '/' */ + char dir_sep; }; |