diff options
author | Dan Winship <danw@src.gnome.org> | 2001-03-27 00:01:33 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-03-27 00:01:33 +0800 |
commit | f1e4609adbcfa80e80bf569405d8ed6c21d31a60 (patch) | |
tree | c3c51f9d58a8dd036467c9693288c360d3812a42 /camel/ChangeLog | |
parent | 91e0ec52dfbf24a381fe1fdabd05338b10c17ed2 (diff) | |
download | gsoc2013-evolution-f1e4609adbcfa80e80bf569405d8ed6c21d31a60.tar.gz gsoc2013-evolution-f1e4609adbcfa80e80bf569405d8ed6c21d31a60.tar.zst gsoc2013-evolution-f1e4609adbcfa80e80bf569405d8ed6c21d31a60.zip |
keep a reference on the store's current_folder.
* providers/imap/camel-imap-command.c (camel_imap_command): keep a
reference on the store's current_folder.
* providers/imap/camel-imap-store.c (camel_imap_store_finalize):
(imap_disconnect): unref the current_folder before clearing it.
svn path=/trunk/; revision=8945
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 2a7c8b4347..d12d7f9971 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,11 @@ 2001-03-26 Dan Winship <danw@ximian.com> + * providers/imap/camel-imap-command.c (camel_imap_command): keep a + reference on the store's current_folder. + + * providers/imap/camel-imap-store.c (camel_imap_store_finalize): + (imap_disconnect): unref the current_folder before clearing it. + * camel-url.c (camel_url_get_param): Add missing accessor. * camel-session.c (camel_session_get_provider): New. Return |