remove yet anoter round of str_* functions, replaced with their inlineable
[apps/madmutt.git] / send.c
diff --git a/send.c b/send.c
index 01fde6c..4bf3b74 100644 (file)
--- a/send.c
+++ b/send.c
@@ -751,7 +751,7 @@ envelope_defaults (ENVELOPE * env, CONTEXT * ctx, HEADER * cur, int flags)
     if ((flags & SENDNEWS)) {
       /* in case followup set Newsgroups: with Followup-To: if it present */
       if (!env->newsgroups && curenv &&
     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
         env->newsgroups = m_strdup(curenv->followup_to);
     }
     else