aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-08-26 01:29:43 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-08-26 01:29:43 +0800
commita70be7b583b452066fd48ce2ff90280f501c8a8a (patch)
treef5ea79d6dc25d1f276b63c14d2afcacb3a382825 /camel/ChangeLog
parenta4852041b46f99cbe304b6c31e95d838de59aba7 (diff)
downloadgsoc2013-evolution-a70be7b583b452066fd48ce2ff90280f501c8a8a.tar
gsoc2013-evolution-a70be7b583b452066fd48ce2ff90280f501c8a8a.tar.gz
gsoc2013-evolution-a70be7b583b452066fd48ce2ff90280f501c8a8a.tar.bz2
gsoc2013-evolution-a70be7b583b452066fd48ce2ff90280f501c8a8a.tar.lz
gsoc2013-evolution-a70be7b583b452066fd48ce2ff90280f501c8a8a.tar.xz
gsoc2013-evolution-a70be7b583b452066fd48ce2ff90280f501c8a8a.tar.zst
gsoc2013-evolution-a70be7b583b452066fd48ce2ff90280f501c8a8a.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). Also, INBOX is case insensitive so use g_strcasecmp svn path=/trunk/; revision=5038
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index d1aabc69c0..0baaf4af78 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -3,7 +3,8 @@
* 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)
+ cyrus imapd problems). Also, INBOX is case insensitive so use
+ g_strcasecmp
2000-08-24 Lauris Kaplinski <lauris@helixcode.com>