camel-mime-part.c camel-mime-utils.c camel-movemail.c
authorTor Lillqvist <tml@novell.com>
Thu, 15 Sep 2005 17:35:45 +0000 (17:35 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Thu, 15 Sep 2005 17:35:45 +0000 (17:35 +0000)
commit96dcec2f69520799c1b8afdfcf78ff3a116f2131
treedc143bbcea37069be30742e9de1b67c23dd40dd8
parent2474210143e733362bbd48d1b48141e2a8909e46
camel-mime-part.c camel-mime-utils.c camel-movemail.c

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

* camel-mime-part.c
* camel-mime-utils.c
* camel-movemail.c
* camel-sasl-popb4smtp.c
* camel-string-utils.c
* camel-url.c: 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-mime-part.c
camel/camel-mime-utils.c
camel/camel-movemail.c
camel/camel-sasl-popb4smtp.c
camel/camel-string-utils.c
camel/camel-url.c