From f24ee0c5c97a394027b636d639be56dec7a01fb6 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Tue, 6 Apr 2004 08:21:50 +0000 Subject: ** See bug #56464. 2004-04-06 Not Zed ** See bug #56464. * camel-folder.c (camel_folder_transfer_messages_to): do not lock the source here. (transfer_message_to): call the main entry point for get message and append message. ** See bug #56050. * camel-vee-store.c (vee_delete_folder): delete the state file if it exists. * camel-object.c (camel_object_state_write): create the parent dir if we need to. Also spit a warning if we fail in the end. * camel-vee-folder.c (camel_vee_folder_new): set the persistent state file location. (vee_sync): write the state file when we sync. svn path=/trunk/; revision=25331 --- camel/ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index d8610fcf18..b5eb030ac4 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,24 @@ +2004-04-06 Not Zed + + ** See bug #56464. + + * camel-folder.c (camel_folder_transfer_messages_to): do not lock + the source here. + (transfer_message_to): call the main entry point for get message + and append message. + + ** See bug #56050. + + * camel-vee-store.c (vee_delete_folder): delete the state file if + it exists. + + * camel-object.c (camel_object_state_write): create the parent dir + if we need to. Also spit a warning if we fail in the end. + + * camel-vee-folder.c (camel_vee_folder_new): set the persistent + state file location. + (vee_sync): write the state file when we sync. + 2004-04-05 Not Zed * providers/imap/camel-imap-store.c (get_folders): dont add -- cgit