Use g_ascii_str(n)casecmp() instead of str(n)casecmp(). The strings we are
authorTor Lillqvist <tml@novell.com>
Thu, 15 Sep 2005 12:30:58 +0000 (12:30 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Thu, 15 Sep 2005 12:30:58 +0000 (12:30 +0000)
commit83c6cdd9fc314c68cd258ba90bd357d4b5e2a2b4
treee2488b8399db1bba7364e4328d96a8ce1fb19777
parent5b55c39625d70830b1e37b69366c07a687d0e148
Use g_ascii_str(n)casecmp() instead of str(n)casecmp(). The strings we are

2005-09-15  Tor Lillqvist  <tml@novell.com>

* camel-folder-search.c (check_header): Use g_ascii_str(n)casecmp()
instead of str(n)casecmp(). The strings we are comparing in these
cases should be just ASCII anyway, so spell it out that we really
do need ASCII casefolding only.
camel/ChangeLog
camel/camel-folder-search.c