X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=recvcmd.c;h=e6d54f9715b0fa485c2ba5898e9346790de11e6a;hp=8e18ca9bc5cf17aeebef9de444cc325a3a6982d8;hb=9a1805afc94b21d8766e6e67ef57f92aaf966e84;hpb=c3e57678c8be193fc137854020f3a90887be97c9 diff --git a/recvcmd.c b/recvcmd.c index 8e18ca9..e6d54f9 100644 --- a/recvcmd.c +++ b/recvcmd.c @@ -16,13 +16,16 @@ #include "mutt_menu.h" #include "rfc1524.h" #include "mime.h" -#include "mailbox.h" #include "attach.h" #include "mapping.h" #include "mx.h" #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 +683,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