aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-09-23 02:44:07 +0800
committerDan Winship <danw@src.gnome.org>2000-09-23 02:44:07 +0800
commit0eb67058be341cdc5f06e53aa018c7124c4cff58 (patch)
tree3fee9584fcd4dfb194b5f208cf2729f9f40419f2 /camel/ChangeLog
parent561de418565c43c36bb345cd15d6f02a64553849 (diff)
downloadgsoc2013-evolution-0eb67058be341cdc5f06e53aa018c7124c4cff58.tar
gsoc2013-evolution-0eb67058be341cdc5f06e53aa018c7124c4cff58.tar.gz
gsoc2013-evolution-0eb67058be341cdc5f06e53aa018c7124c4cff58.tar.bz2
gsoc2013-evolution-0eb67058be341cdc5f06e53aa018c7124c4cff58.tar.lz
gsoc2013-evolution-0eb67058be341cdc5f06e53aa018c7124c4cff58.tar.xz
gsoc2013-evolution-0eb67058be341cdc5f06e53aa018c7124c4cff58.tar.zst
gsoc2013-evolution-0eb67058be341cdc5f06e53aa018c7124c4cff58.zip
The root folder's name is "", not the namespace. (camel_imap_folder_new):
* providers/imap/camel-imap-folder.c (imap_get_subfolder_info_internal): The root folder's name is "", not the namespace. (camel_imap_folder_new): constify folder_name. * providers/imap/camel-imap-store.c (get_folder): Create the folder with folder_name, not folder_path. (camel_imap_command_preliminary): Don't free cmdid here. svn path=/trunk/; revision=5552
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 729ee8d496..c744399186 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,14 @@
+2000-09-22 Dan Winship <danw@helixcode.com>
+
+ * providers/imap/camel-imap-folder.c
+ (imap_get_subfolder_info_internal): The root folder's name is "",
+ not the namespace.
+ (camel_imap_folder_new): constify folder_name.
+
+ * providers/imap/camel-imap-store.c (get_folder): Create the
+ folder with folder_name, not folder_path.
+ (camel_imap_command_preliminary): Don't free cmdid here.
+
2000-09-21 Dan Winship <danw@helixcode.com>
* providers/imap/camel-imap-utils.c (imap_create_flag_list): New