aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-10-27 13:12:50 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-10-27 13:12:50 +0800
commit04dd6641755b4e64506799b284b4959c2f99659e (patch)
tree7ae1263fc9a7904a0e74e95c25cfd2fe2e7b2910 /camel/ChangeLog
parent1d0c3ca25472ab9191be7c01d8d050b8a7a5ba4d (diff)
downloadgsoc2013-evolution-04dd6641755b4e64506799b284b4959c2f99659e.tar
gsoc2013-evolution-04dd6641755b4e64506799b284b4959c2f99659e.tar.gz
gsoc2013-evolution-04dd6641755b4e64506799b284b4959c2f99659e.tar.bz2
gsoc2013-evolution-04dd6641755b4e64506799b284b4959c2f99659e.tar.lz
gsoc2013-evolution-04dd6641755b4e64506799b284b4959c2f99659e.tar.xz
gsoc2013-evolution-04dd6641755b4e64506799b284b4959c2f99659e.tar.zst
gsoc2013-evolution-04dd6641755b4e64506799b284b4959c2f99659e.zip
Don't bother checking ex since we can rely on the response being NULL on
2001-10-26 Jeffrey Stedfast <fejj@ximian.com> * providers/imap/camel-imap-store.c (delete_folder): Don't bother checking ex since we can rely on the response being NULL on error. (rename_folder): Implemented. svn path=/trunk/; revision=14201
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index c15a3a74c3..92e89a5c55 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,11 @@
2001-10-26 Jeffrey Stedfast <fejj@ximian.com>
+ * providers/imap/camel-imap-store.c (delete_folder): Don't bother
+ checking ex since we can rely on the response being NULL on error.
+ (rename_folder): Implemented.
+
+2001-10-26 Jeffrey Stedfast <fejj@ximian.com>
+
* providers/imap/camel-imap-folder.c (imap_get_message): Check to
make sure that the dataset is non-NULL before using and/or
freeing.