X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=recvcmd.c;h=9c6c844e554100551a1be46dad56601a14c79436;hp=8e18ca9bc5cf17aeebef9de444cc325a3a6982d8;hb=021836b3da95b9243e9f8386d87d220ab4f7f7b7;hpb=c3e57678c8be193fc137854020f3a90887be97c9 diff --git a/recvcmd.c b/recvcmd.c index 8e18ca9..9c6c844 100644 --- a/recvcmd.c +++ b/recvcmd.c @@ -23,6 +23,10 @@ #include "copy.h" #include "mutt_idna.h" +#include "lib/mem.h" +#include "lib/intl.h" +#include "lib/str.h" + /* some helper functions to verify that we are exclusively operating * on message/rfc822 attachments */ @@ -680,7 +684,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 && - mutt_strcasecmp (curenv->followup_to, "poster")) + safe_strcasecmp (curenv->followup_to, "poster")) env->newsgroups = safe_strdup (curenv->followup_to); } else