remove yet anoter round of str_* functions, replaced with their inlineable
[apps/madmutt.git] / hdrline.c
index 2ba1266..eaf38a7 100644 (file)
--- a/hdrline.c
+++ b/hdrline.c
@@ -705,7 +705,7 @@ static const char *hdr_format_str (char *dest,
                && (hdr->thread->parent && hdr->thread->parent->message
                    && hdr->thread->parent->message->env->x_label))
         htmp = hdr->thread->parent->message;
-      if (htmp && str_casecmp (hdr->env->x_label,
+      if (htmp && m_strcasecmp(hdr->env->x_label,
                                    htmp->env->x_label) == 0)
         i = 0;
     }