aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-08-14 00:09:25 +0800
committerDan Winship <danw@src.gnome.org>2000-08-14 00:09:25 +0800
commit50190de627488d8568299910f297e107576c1b30 (patch)
treea4345846bd0a47df9089d3bda8c06ddfcc072f1b /camel/ChangeLog
parent0d66044bc4040da1852f1aea30e4e0fffb3ad0c5 (diff)
downloadgsoc2013-evolution-50190de627488d8568299910f297e107576c1b30.tar
gsoc2013-evolution-50190de627488d8568299910f297e107576c1b30.tar.gz
gsoc2013-evolution-50190de627488d8568299910f297e107576c1b30.tar.bz2
gsoc2013-evolution-50190de627488d8568299910f297e107576c1b30.tar.lz
gsoc2013-evolution-50190de627488d8568299910f297e107576c1b30.tar.xz
gsoc2013-evolution-50190de627488d8568299910f297e107576c1b30.tar.zst
gsoc2013-evolution-50190de627488d8568299910f297e107576c1b30.zip
do a strcasecmp rather than just a strcmp when checking if a folder is
* providers/imap/camel-imap-folder.c (imap_get_subfolder_names_internal): do a strcasecmp rather than just a strcmp when checking if a folder is "INBOX", since it is a case-insensitive name. svn path=/trunk/; revision=4801
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index b0d76ac490..f64615884f 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,10 @@
+2000-08-13 Dan Winship <danw@helixcode.com>
+
+ * providers/imap/camel-imap-folder.c
+ (imap_get_subfolder_names_internal): do a strcasecmp rather than
+ just a strcmp when checking if a folder is "INBOX", since it is
+ a case-insensitive name.
+
2000-08-12 Dan Winship <danw@helixcode.com>
* providers/imap/camel-imap-folder.c (imap_get_summary_internal):