X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fsortm.c;h=9263c7998ab7df62bc45f90a74048f435c0f57aa;hb=b8ca332a9752c9de52613a229d95eb7c4c15ac20;hp=5888d78b20e9c6c8070442d254280bf4379162a0;hpb=008837e090c008e3afe7a9c8667070bafa091e62;p=mmh diff --git a/uip/sortm.c b/uip/sortm.c index 5888d78..9263c79 100644 --- a/uip/sortm.c +++ b/uip/sortm.c @@ -365,7 +365,7 @@ get_fields (char *datesw, int msg, struct smsg *smsg) case FLDEOF: case FLDPLUS: compnum++; - if (!strcasecmp (nam, datesw)) { + if (!mh_strcasecmp (nam, datesw)) { datecomp = add (buf, datecomp); while (state == FLDPLUS) { state = m_getfld (state, nam, buf, sizeof(buf), in); @@ -373,7 +373,7 @@ get_fields (char *datesw, int msg, struct smsg *smsg) } if (!subjsort || subjcomp) break; - } else if (subjsort && !strcasecmp (nam, subjsort)) { + } else if (subjsort && !mh_strcasecmp (nam, subjsort)) { subjcomp = add (buf, subjcomp); while (state == FLDPLUS) { state = m_getfld (state, nam, buf, sizeof(buf), in);