diff options
author | Jeffrey Stedfast <fejj@novell.com> | 2004-06-24 11:52:13 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-06-24 11:52:13 +0800 |
commit | ed34d79a98aa6ed0e89a6b3da14ee5b1267f81b3 (patch) | |
tree | 4d32e87ed548c927b46d35a5c9ad7314021fee4a /camel/ChangeLog | |
parent | 758f7345f5c427fd060da29d82f59b9e7ada87d3 (diff) | |
download | gsoc2013-evolution-ed34d79a98aa6ed0e89a6b3da14ee5b1267f81b3.tar gsoc2013-evolution-ed34d79a98aa6ed0e89a6b3da14ee5b1267f81b3.tar.gz gsoc2013-evolution-ed34d79a98aa6ed0e89a6b3da14ee5b1267f81b3.tar.bz2 gsoc2013-evolution-ed34d79a98aa6ed0e89a6b3da14ee5b1267f81b3.tar.lz gsoc2013-evolution-ed34d79a98aa6ed0e89a6b3da14ee5b1267f81b3.tar.xz gsoc2013-evolution-ed34d79a98aa6ed0e89a6b3da14ee5b1267f81b3.tar.zst gsoc2013-evolution-ed34d79a98aa6ed0e89a6b3da14ee5b1267f81b3.zip |
First LIST/LSUB the toplevel folder, and then LIST/LSUB the subfolders (it
2004-06-23 Jeffrey Stedfast <fejj@novell.com>
* providers/imap4/camel-imap4-store.c (imap4_get_folder_info):
First LIST/LSUB the toplevel folder, and then LIST/LSUB the
subfolders (it needs to be 2 commands to work properly).
(imap4_delete_folder): CLOSE the folder we are about to DELETE if
it is currently SELECTED.
svn path=/trunk/; revision=26489
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 6f75862c09..675892f47e 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,11 @@ 2004-06-23 Jeffrey Stedfast <fejj@novell.com> + * providers/imap4/camel-imap4-store.c (imap4_get_folder_info): + First LIST/LSUB the toplevel folder, and then LIST/LSUB the + subfolders (it needs to be 2 commands to work properly). + (imap4_delete_folder): CLOSE the folder we are about to DELETE if + it is currently SELECTED. + * providers/imap/camel-imap-provider.c (imap_url_equal): Same. * providers/imap4/camel-imap4-provider.c (imap4_url_equal): Check |