diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-08-15 03:42:40 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-08-15 03:42:40 +0800 |
commit | ed5d621b6db1ab269db125ddab338b48b824a737 (patch) | |
tree | 2f49149c5d08b248769b3afcbbd1006e80e9e05e /camel/ChangeLog | |
parent | 57d8850901056acec960568d6e9785018f00411d (diff) | |
download | gsoc2013-evolution-ed5d621b6db1ab269db125ddab338b48b824a737.tar gsoc2013-evolution-ed5d621b6db1ab269db125ddab338b48b824a737.tar.gz gsoc2013-evolution-ed5d621b6db1ab269db125ddab338b48b824a737.tar.bz2 gsoc2013-evolution-ed5d621b6db1ab269db125ddab338b48b824a737.tar.lz gsoc2013-evolution-ed5d621b6db1ab269db125ddab338b48b824a737.tar.xz gsoc2013-evolution-ed5d621b6db1ab269db125ddab338b48b824a737.tar.zst gsoc2013-evolution-ed5d621b6db1ab269db125ddab338b48b824a737.zip |
After talking to NotZed, it turns out I was wrong after all. (store_sync):
2001-08-13 Jeffrey Stedfast <fejj@ximian.com>
* 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
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
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 <fejj@ximian.com> + + * 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 <peterw@ximian.com> * providers/imap/camel-imap-store.c (delete_folder): Fix a leak. |