Use g_ascii_strcasecmp() instead of strcasecmp(). The strings we are
authorTor Lillqvist <tml@novell.com>
Thu, 15 Sep 2005 22:30:20 +0000 (22:30 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Thu, 15 Sep 2005 22:30:20 +0000 (22:30 +0000)
commit3c14ec7a11c5c49099a863e905a7e0728bf7ba9f
tree31342d2fff98ef844cd72b4b874cd5acf5c5585f
parent129594b3c99b01628904cb6dc85100738805d9e9
Use g_ascii_strcasecmp() instead of strcasecmp(). The strings we are

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

* camel-sendmail-transport.c: Use g_ascii_strcasecmp() instead of
strcasecmp(). The strings we are comparing are just ASCII anyway,
so spell it out that we really do need ASCII casefolding only.
camel/providers/sendmail/ChangeLog
camel/providers/sendmail/camel-sendmail-transport.c