diff options
author | Not Zed <NotZed@Ximian.com> | 2004-05-26 12:24:01 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-05-26 12:24:01 +0800 |
commit | 1c11041eebd485a471e842ba4f75834c2ce6e1f7 (patch) | |
tree | c708d5ff8c87af387e5ad790f15616053068e9f4 /camel/providers/imapp | |
parent | ca6276f9e5e5813b6954e2869667458c3b1d9f10 (diff) | |
download | gsoc2013-evolution-1c11041eebd485a471e842ba4f75834c2ce6e1f7.tar.gz gsoc2013-evolution-1c11041eebd485a471e842ba4f75834c2ce6e1f7.tar.zst gsoc2013-evolution-1c11041eebd485a471e842ba4f75834c2ce6e1f7.zip |
removed.
2004-05-25 Not Zed <NotZed@Ximian.com>
* 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
Diffstat (limited to 'camel/providers/imapp')
-rw-r--r-- | camel/providers/imapp/camel-imapp-store.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/camel/providers/imapp/camel-imapp-store.c b/camel/providers/imapp/camel-imapp-store.c index 6ae79cae2e..290d3c0a17 100644 --- a/camel/providers/imapp/camel-imapp-store.c +++ b/camel/providers/imapp/camel-imapp-store.c @@ -543,7 +543,6 @@ folders_build_info(CamelURL *base, struct _list_info *li) fi->uri = camel_url_to_string(base, CAMEL_URL_HIDE_ALL); fi->name = g_strdup(name); fi->full_name = full_name; - fi->path = g_strdup(path); fi->unread = -1; fi->total = -1; fi->flags = li->flags; |