X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=remailer.c;h=428e1ba25679b44700f9115997beb5410d65bf65;hp=cbefd2425a5f8726b4cd296002048e51bf660c43;hb=9f66d0f5a23ad4fe8359006fa82abdc20737ddf1;hpb=7f7a0be369840b290248e5b0302beb447fa1b3cd diff --git a/remailer.c b/remailer.c index cbefd24..428e1ba 100644 --- a/remailer.c +++ b/remailer.c @@ -18,6 +18,7 @@ #include #include #include +#include #include "mutt.h" #include "recvattach.h" @@ -436,7 +437,7 @@ static int mix_chain_add (MIXCHAIN * chain, const char *s, if (chain->cl >= MAXMIXES) return -1; - if (!str_cmp (s, "0") || !ascii_strcasecmp (s, "")) { + if (!m_strcmp(s, "0") || !ascii_strcasecmp (s, "")) { chain->ch[chain->cl++] = 0; return 0; }