diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-08-26 01:17:08 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-08-26 01:17:08 +0800 |
commit | f75bb1e1c94412cd0d190ac5409a383a76339cb4 (patch) | |
tree | 6213b5c663fe43da29333e0aa435150ed42957cc /camel/ChangeLog | |
parent | 0a45b2998b757513847fd35aa88396a88d3aac8a (diff) | |
download | gsoc2013-evolution-f75bb1e1c94412cd0d190ac5409a383a76339cb4.tar gsoc2013-evolution-f75bb1e1c94412cd0d190ac5409a383a76339cb4.tar.gz gsoc2013-evolution-f75bb1e1c94412cd0d190ac5409a383a76339cb4.tar.bz2 gsoc2013-evolution-f75bb1e1c94412cd0d190ac5409a383a76339cb4.tar.lz gsoc2013-evolution-f75bb1e1c94412cd0d190ac5409a383a76339cb4.tar.xz gsoc2013-evolution-f75bb1e1c94412cd0d190ac5409a383a76339cb4.tar.zst gsoc2013-evolution-f75bb1e1c94412cd0d190ac5409a383a76339cb4.zip |
If the url path is "/" and the folder path is "/", just LIST "" "*" (this
2000-08-25 Jeffrey Stedfast <fejj@helixcode.com>
* providers/imap/camel-imap-folder.c
(imap_get_subfolder_names_internal): If the url path is "/" and
the folder path is "/", just LIST "" "*" (this should fix some
cyrus imapd problems)
svn path=/trunk/; revision=5036
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index cc7ea92a4b..d1aabc69c0 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,10 @@ +2000-08-25 Jeffrey Stedfast <fejj@helixcode.com> + + * providers/imap/camel-imap-folder.c + (imap_get_subfolder_names_internal): If the url path is "/" and + the folder path is "/", just LIST "" "*" (this should fix some + cyrus imapd problems) + 2000-08-24 Lauris Kaplinski <lauris@helixcode.com> * camel-folder-summary.c (summary_build_content_info): |