aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 05f21a5b7d..f04abc03f1 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,15 @@
+2001-10-03 Jeffrey Stedfast <fejj@ximian.com>
+
+ * camel-store.c (camel_store_delete_folder): Call
+ camel_folder_delete() on the folder if it's "alive".
+
+ * camel-folder.c (camel_folder_delete): Mark the folder as
+ deleted, perform any folder specific cleanup and emit the deleted
+ event.
+ (camel_folder_sync): Only sync the folder if it hasn't been
+ deleted.
+ (camel_folder_expunge): Same.
+
2001-10-03 Dan Winship <danw@ximian.com>
* providers/local/camel-local-provider.c (local_url_equal):