From 1c11041eebd485a471e842ba4f75834c2ce6e1f7 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 26 May 2004 04:24:01 +0000 Subject: removed. 2004-05-25 Not Zed * camel-store.c (camel_folder_info_build_path): removed. * camel-store.h (CamelFolderInfo): removed 'path', fixed all callers. (struct _CamelStore): removed 'dir_sep' fixed all uses. svn path=/trunk/; revision=26089 --- camel/camel-store.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'camel/camel-store.h') diff --git a/camel/camel-store.h b/camel/camel-store.h index cc5179c05d..adffedfa31 100644 --- a/camel/camel-store.h +++ b/camel/camel-store.h @@ -50,7 +50,6 @@ typedef struct _CamelFolderInfo { char *uri; char *name; char *full_name; - char *path; guint32 flags; guint32 unread; @@ -102,14 +101,8 @@ struct _CamelStore CamelObjectBag *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; }; - /* open mode for folder */ #define CAMEL_STORE_FOLDER_CREATE (1<<0) #define CAMEL_STORE_FOLDER_EXCL (1<<1) @@ -214,8 +207,6 @@ 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, -- cgit v1.2.3