remove yet anoter round of str_* functions, replaced with their inlineable
[apps/madmutt.git] / recvcmd.c
index fec63fe..dff5aee 100644 (file)
--- a/recvcmd.c
+++ b/recvcmd.c
@@ -689,7 +689,7 @@ attach_reply_envelope_defaults (ENVELOPE * env, ATTACHPTR ** idx,
   if ((flags & SENDNEWS)) {
     /* in case followup set Newsgroups: with Followup-To: if it present */
     if (!env->newsgroups && curenv &&
-        str_casecmp (curenv->followup_to, "poster"))
+        m_strcasecmp(curenv->followup_to, "poster"))
       env->newsgroups = m_strdup(curenv->followup_to);
   }
   else