From ed5d621b6db1ab269db125ddab338b48b824a737 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 14 Aug 2001 19:42:40 +0000 Subject: After talking to NotZed, it turns out I was wrong after all. (store_sync): 2001-08-13 Jeffrey Stedfast * camel-store.c (camel_store_get_folder): After talking to NotZed, it turns out I was wrong after all. (store_sync): Create a copy of the folder-cache that owns a ref on each of the folders so that if one of the folders get's finalized inside store_sync(), we don't run into any locking issues. This is mostly meant to solve a problem in IMAP (#6089). svn path=/trunk/; revision=12032 --- camel/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 547cdb12cf..b9169dc7c9 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,12 @@ +2001-08-13 Jeffrey Stedfast + + * camel-store.c (camel_store_get_folder): After talking to NotZed, + it turns out I was wrong after all. + (store_sync): Create a copy of the folder-cache that owns a ref on + each of the folders so that if one of the folders get's finalized + inside store_sync(), we don't run into any locking issues. This is + mostly meant to solve a problem in IMAP (#6089). + 2001-08-13 Peter Williams * providers/imap/camel-imap-store.c (delete_folder): Fix a leak. -- cgit