diff options
author | Not Zed <NotZed@Ximian.com> | 2002-07-24 10:33:26 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2002-07-24 10:33:26 +0800 |
commit | 816d869e701164cbb1cee524b1ed39b4f61f05ca (patch) | |
tree | 2ad834d700a6aa432c66067e579c9a764c24267d /camel/ChangeLog | |
parent | 1bddc83831d27affaeb2d53d6808c696cecb5021 (diff) | |
download | gsoc2013-evolution-816d869e701164cbb1cee524b1ed39b4f61f05ca.tar.gz gsoc2013-evolution-816d869e701164cbb1cee524b1ed39b4f61f05ca.tar.zst gsoc2013-evolution-816d869e701164cbb1cee524b1ed39b4f61f05ca.zip |
Duplicated the very much hack in imap_store_refresh_folders() to avoid a
2002-07-24 Not Zed <NotZed@Ximian.com>
* providers/imap/camel-imap-store.c (get_folder_info_online):
Duplicated the very much hack in imap_store_refresh_folders() to
avoid a deadlock in #27959. A decent fix has to wait for a
rewrite.
svn path=/trunk/; revision=17560
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 985dda6efe..0f7299b4a2 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,10 @@ +2002-07-24 Not Zed <NotZed@Ximian.com> + + * providers/imap/camel-imap-store.c (get_folder_info_online): + Duplicated the very much hack in imap_store_refresh_folders() to + avoid a deadlock in #27959. A decent fix has to wait for a + rewrite. + 2002-07-23 Jeffrey Stedfast <fejj@ximian.com> * camel-tcp-stream.c: #include <string.h> for memcpy. |