aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-folder.h
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2001-02-22 04:13:42 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-02-22 04:13:42 +0800
commit6d69d56d0c28f0a786c12222c4f30e341378c271 (patch)
treed75128104443a711a6966a571e317498d65035ba /camel/camel-folder.h
parent3d924d9972c35c96d57c6e503f21f26a2cc6e95d (diff)
downloadgsoc2013-evolution-6d69d56d0c28f0a786c12222c4f30e341378c271.tar
gsoc2013-evolution-6d69d56d0c28f0a786c12222c4f30e341378c271.tar.gz
gsoc2013-evolution-6d69d56d0c28f0a786c12222c4f30e341378c271.tar.bz2
gsoc2013-evolution-6d69d56d0c28f0a786c12222c4f30e341378c271.tar.lz
gsoc2013-evolution-6d69d56d0c28f0a786c12222c4f30e341378c271.tar.xz
gsoc2013-evolution-6d69d56d0c28f0a786c12222c4f30e341378c271.tar.zst
gsoc2013-evolution-6d69d56d0c28f0a786c12222c4f30e341378c271.zip
Removed, not used. (camel_vee_folder_new): Removed call to build_folder.
2001-02-22 Not Zed <NotZed@Ximian.com> * providers/vee/camel-vee-folder.c (vee_folder_build): Removed, not used. (camel_vee_folder_new): Removed call to build_folder. (vee_get_message): Dont try and free the mi if we didn't get it. * camel-folder.c (camel_folder_change_info_new): Added a hash table of what we have in the lists, plus moved private things into private pointer. (camel_folder_change_info_add_source): Fixed up private accesses. (camel_folder_change_info_add_uid): Changed to use a hashtable to see if we already have the uid, etc. (camel_folder_change_info_remove_uid): Similar. (change_info_remove): Likewise. (camel_folder_change_info_clear): Fixes for privatisations. (camel_folder_change_info_free): " svn path=/trunk/; revision=8339
Diffstat (limited to 'camel/camel-folder.h')
-rw-r--r--camel/camel-folder.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/camel/camel-folder.h b/camel/camel-folder.h
index 615ecb53a0..0f1c772346 100644
--- a/camel/camel-folder.h
+++ b/camel/camel-folder.h
@@ -47,8 +47,6 @@ struct _CamelFolderChangeInfo {
GPtrArray *uid_removed;
GPtrArray *uid_changed;
- GHashTable *uid_source; /* used to create unique lists */
- struct _EMemPool *uid_pool; /* pool used to store copies of uid strings */
struct _CamelFolderChangeInfoPrivate *priv;
};