diff options
author | Dan Winship <danw@src.gnome.org> | 2000-09-23 02:44:07 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-09-23 02:44:07 +0800 |
commit | 0eb67058be341cdc5f06e53aa018c7124c4cff58 (patch) | |
tree | 3fee9584fcd4dfb194b5f208cf2729f9f40419f2 /camel/ChangeLog | |
parent | 561de418565c43c36bb345cd15d6f02a64553849 (diff) | |
download | gsoc2013-evolution-0eb67058be341cdc5f06e53aa018c7124c4cff58.tar.gz 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/ChangeLog | 11 |
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 |