aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imapp/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-09-29 10:02:03 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-09-29 10:02:03 +0800
commit502d1ef88e6b75c8a163e30dd3c804cdcd91ba6b (patch)
tree3ce1f7f190d896ca20b088e9c3ca8f4ede4a83e6 /camel/providers/imapp/ChangeLog
parent89ae8478ced70367dd279dfc1925818eb3dfe8c3 (diff)
downloadgsoc2013-evolution-502d1ef88e6b75c8a163e30dd3c804cdcd91ba6b.tar
gsoc2013-evolution-502d1ef88e6b75c8a163e30dd3c804cdcd91ba6b.tar.gz
gsoc2013-evolution-502d1ef88e6b75c8a163e30dd3c804cdcd91ba6b.tar.bz2
gsoc2013-evolution-502d1ef88e6b75c8a163e30dd3c804cdcd91ba6b.tar.lz
gsoc2013-evolution-502d1ef88e6b75c8a163e30dd3c804cdcd91ba6b.tar.xz
gsoc2013-evolution-502d1ef88e6b75c8a163e30dd3c804cdcd91ba6b.tar.zst
gsoc2013-evolution-502d1ef88e6b75c8a163e30dd3c804cdcd91ba6b.zip
** See bug #66509.
2004-09-28 Not Zed <NotZed@Ximian.com> ** See bug #66509. * providers/nntp/camel-nntp-store.c (camel_nntp_command): if we get an error selecting the folder, disconnect/include it in the re-try loop. (camel_nntp_command): don't set the exception based on errno, exception processing is already done. don't clear it if we're on the 3rd retry. 2004-09-27 Not Zed <NotZed@Ximian.com> * providers/nntp/camel-nntp-store.c (nntp_get_folder_info): don't do any locking here. (nntp_store_get_folder_info_all): move the locking here. (nntp_store_get_subscribed_folder_info): and some here too. * providers/nntp/camel-nntp-store.c: * providers/nntp/camel-nntp-folder.c: Remove nntp command_lock and just use the service connect lock for serialisation. svn path=/trunk/; revision=27419
Diffstat (limited to 'camel/providers/imapp/ChangeLog')
-rw-r--r--camel/providers/imapp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/camel/providers/imapp/ChangeLog b/camel/providers/imapp/ChangeLog
new file mode 100644
index 0000000000..766c24b81a
--- /dev/null
+++ b/camel/providers/imapp/ChangeLog
@@ -0,0 +1,13 @@
+2004-09-28 Not Zed <NotZed@Ximian.com>
+
+ * camel-imapp-engine.c (camel_imapp_engine_command_free): assume
+ the command isn't in a list now.
+ (cie_worker): worker thread code.
+
+ * camel-imapp-engine.h: make the imappcommand a
+ message.
+
+2004-09-28 Not Zed <NotZed@Ximian.com>
+
+ * added new changelog.
+