diff options
author | 4 <NotZed@Ximian.com> | 2001-10-06 02:08:22 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-10-06 02:08:22 +0800 |
commit | d8eb6abb187c001fda9a6626323b41153a58c2ef (patch) | |
tree | fac8074967de38294edd87198a5810ff53b75287 /camel/ChangeLog | |
parent | 88a34e292b771b04d0102b3164cacbbbf228d54a (diff) | |
download | gsoc2013-evolution-d8eb6abb187c001fda9a6626323b41153a58c2ef.tar.gz gsoc2013-evolution-d8eb6abb187c001fda9a6626323b41153a58c2ef.tar.zst gsoc2013-evolution-d8eb6abb187c001fda9a6626323b41153a58c2ef.zip |
Change the order of execution slightly. We delete the folder first, then
2001-10-04 <NotZed@Ximian.com>
* camel-store.c (camel_store_delete_folder): Change the order of
execution slightly. We delete the folder first, then call the
classes delete folder, then cleanup the hashtable afterwards.
This is so deletes of vfolders work, since vee-store uses the
folder hashtable to store all of is vfolders :-/
svn path=/trunk/; revision=13448
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 8ec5a4f3b7..db705d2b8e 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,11 @@ +2001-10-04 <NotZed@Ximian.com> + + * camel-store.c (camel_store_delete_folder): Change the order of + execution slightly. We delete the folder first, then call the + classes delete folder, then cleanup the hashtable afterwards. + This is so deletes of vfolders work, since vee-store uses the + folder hashtable to store all of is vfolders :-/ + 2001-10-04 Jeffrey Stedfast <fejj@ximian.com> * camel-service.c (camel_service_connect): Unregister the |