diff options
author | Not Zed <NotZed@Ximian.com> | 2002-05-15 14:33:01 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2002-05-15 14:33:01 +0800 |
commit | aabe9bd070a1ff9d7981743311d542457a60b987 (patch) | |
tree | b6cd1b9b6a087cef9ee2f61ca98e59e7bbef08bb /camel/ChangeLog | |
parent | d92240a7413c519e4b001eb54b667257a4f8c9ca (diff) | |
download | gsoc2013-evolution-aabe9bd070a1ff9d7981743311d542457a60b987.tar gsoc2013-evolution-aabe9bd070a1ff9d7981743311d542457a60b987.tar.gz gsoc2013-evolution-aabe9bd070a1ff9d7981743311d542457a60b987.tar.bz2 gsoc2013-evolution-aabe9bd070a1ff9d7981743311d542457a60b987.tar.lz gsoc2013-evolution-aabe9bd070a1ff9d7981743311d542457a60b987.tar.xz gsoc2013-evolution-aabe9bd070a1ff9d7981743311d542457a60b987.tar.zst gsoc2013-evolution-aabe9bd070a1ff9d7981743311d542457a60b987.zip |
removed. (imap_store_refresh_folders): Copy the folders first, then
2002-05-15 Not Zed <NotZed@Ximian.com>
* providers/imap/camel-imap-store.c (refresh_folder_info): removed.
(imap_store_refresh_folders): Copy the folders first, then refresh
them, outside of the cache_lock, which could cause deadlocks
because of a workaround for crappo exchange.
(imap_disconnect_online): Dont pass an exception to LOGOUT
command. The required response 'BYE' always sets an exception
when we call LOGOUT. This also interfered with a lot of other
processing causing partial failures and messed up offline/online
state.
* camel-disco-folder.c (disco_prepare_for_offline): Do progress
reporting.
svn path=/trunk/; revision=16797
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index b8253c1448..897085bba2 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,18 @@ +2002-05-15 Not Zed <NotZed@Ximian.com> + + * providers/imap/camel-imap-store.c (refresh_folder_info): removed. + (imap_store_refresh_folders): Copy the folders first, then refresh + them, outside of the cache_lock, which could cause deadlocks + because of a workaround for crappo exchange. + (imap_disconnect_online): Dont pass an exception to LOGOUT + command. The required response 'BYE' always sets an exception + when we call LOGOUT. This also interfered with a lot of other + processing causing partial failures and messed up offline/online + state. + + * camel-disco-folder.c (disco_prepare_for_offline): Do progress + reporting. + 2002-05-14 Jeffrey Stedfast <fejj@ximian.com> Fixes bug #24136. |