From 50190de627488d8568299910f297e107576c1b30 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Sun, 13 Aug 2000 16:09:25 +0000 Subject: 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 --- camel/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'camel/ChangeLog') 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 + + * 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 * providers/imap/camel-imap-folder.c (imap_get_summary_internal): -- cgit v1.2.3