aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/mbox/camel-mbox-summary.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/providers/mbox/camel-mbox-summary.c')
-rw-r--r--camel/providers/mbox/camel-mbox-summary.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/camel/providers/mbox/camel-mbox-summary.c b/camel/providers/mbox/camel-mbox-summary.c
index 35b7945e49..01deaef19a 100644
--- a/camel/providers/mbox/camel-mbox-summary.c
+++ b/camel/providers/mbox/camel-mbox-summary.c
@@ -595,7 +595,7 @@ header_write(int fd, struct _header_raw *header, unsigned int uid, unsigned int
iv[3].iov_len = 1;
while (header) {
- if (strcasecmp(header->name, "x-evolution")) {
+ if (g_strcasecmp(header->name, "x-evolution")) {
int len;
iv[0].iov_base = header->name;
@@ -876,12 +876,12 @@ static int index_folder(CamelMboxSummary *s, int startoffset)
messages/message parts */
encoding = header_content_encoding_decode(camel_mime_parser_header(mp, "content-transfer-encoding", NULL));
if (encoding) {
- if (!strcasecmp(encoding, "base64")) {
+ if (!g_strcasecmp(encoding, "base64")) {
d(printf("Adding decoding filter for base64\n"));
if (mf64 == NULL)
mf64 = camel_mime_filter_basic_new_type(CAMEL_MIME_FILTER_BASIC_BASE64_DEC);
enc_id = camel_mime_parser_filter_add(mp, (CamelMimeFilter *)mf64);
- } else if (!strcasecmp(encoding, "quoted-printable")) {
+ } else if (!g_strcasecmp(encoding, "quoted-printable")) {
d(printf("Adding decoding filter for quoted-printable\n"));
if (mfqp == NULL)
mfqp = camel_mime_filter_basic_new_type(CAMEL_MIME_FILTER_BASIC_QP_DEC);
@@ -892,8 +892,8 @@ static int index_folder(CamelMboxSummary *s, int startoffset)
charset = header_content_type_param(ct, "charset");
if (charset!=NULL
- && !(strcasecmp(charset, "us-ascii")==0
- || strcasecmp(charset, "utf-8")==0)) {
+ && !(g_strcasecmp(charset, "us-ascii")==0
+ || g_strcasecmp(charset, "utf-8")==0)) {
d(printf("Adding conversion filter from %s to utf-8\n", charset));
if (mfc == NULL)
mfc = camel_mime_filter_charset_new_convert(charset, "utf-8");
/+81 * - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-071-3/+1 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1 * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-3/+3 * Refresh master-sites.mi2008-04-151-8/+6 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-251-1/+1 * Upgrade to 1.4.5.1, which should be able to read files created bymi2007-12-123-19/+35 * Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-4/+0 * Add a patch to ensure we compile against the new Boost-1.34, whilemi2007-07-072-0/+108 * Add the overlooked gl.mo (localization)mi2007-06-021-0/+1 * Upgrade from 1.4.3 to 1.4.4. Add (optional) support for Aiksaurus.mi2007-05-293-9/+69 * - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1 * - Remove conflict with print/cjk-lyx which prefixes all programs andrafan2007-02-271-2/+0 * Undo the "verbosity reduction" hunk, that slipped with the last upgrade.mi2007-01-211-7/+7 * - Update to 1.4.3miwi2007-01-183-17/+69 * Tune the BROKEN finer -- it seems to affect the i386-current only.mi2006-08-151-1/+1 * Submit to Kris' insistence and mark BROKEN on -current. c++ gives up themi2006-08-151-0/+2 * Upgrade from 1.4.1 to 1.4.2 -- a recommended "maintainance" release.mi2006-07-143-15/+14 * Remove USE_REINPLACE from all categories starting with Pedwin2006-05-131-1/+0 * LIB_DEPEND on devel/boost instead of building the bundled-in versionmi2006-04-171-1/+17 * Update from 1.4.1 released today.mi2006-04-122-4/+4 * Add a configure's argument to explicitly specify xforms in the xformsmi2006-04-121-0/+1 * Update from 1.3.7 to 1.4.0.mi2006-04-113-78/+125 * Update from 1.3.6 to 1.3.7. Prepare for the looming Xorg release,mi2006-01-213-6/+32 * Look for Qt under X11BASE, not LOCALBASE. Duh... We really ought tomi2005-10-131-1/+1 * Add the two missing files to pkg-plist. Oops...mi2005-09-161-0/+2 * Update from 1.3.5 to 1.3.6. Implement OPTIONS for QT, ASPELL, andmi2005-09-133-50/+38 * - Use libtool 1.5. This fixes the crash reported in ports/81148 (the reasonbarner2005-06-011-1/+2 * - Change maintainer address to his new shiny FreeBSD.org address.flz2005-05-311-1/+1 * Add a dependency to x11-fonts/texcm-ttf when built with Qt / Xft:thierry2005-03-091-0/+1 * - Update to 1.3.5pav2004-11-1211-363/+9 * Chase libaspell to aspell.16.thierry2004-08-291-1/+2 * - Fix LyX build with gcc3.4;thierry2004-08-088-1/+264 * - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,anholt2004-07-241-1/+1 * - Fix MASTER_SITESkrion2004-05-311-1/+2 * Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1 * - Fix BUILD_DEPENDSkrion2004-03-081-1/+2 * - Fix build on -stable with Qt frontendkrion2004-03-052-6/+99 * Update to 1.3.4arved2004-03-014-27/+16 * (Purportedly) unbreak installation as per some of the responses in thegreen2004-02-262-4/+15 * Reset undeliverable maintainer addresskris2004-02-171-1/+1 * BROKEN: Does not install. This port is scheduled for removal on April 16kris2004-02-171-0/+4 * Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-1/+2