X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=nntp%2Fnewsrc.c;h=fe774ade9315e882ed1b4fbd49f3d62a9572d4aa;hb=8682670f5c23aca480236b8456aa8192b154a3e0;hp=1af28c285f57d01ce3c0c1e3e501191c2e9f9b7c;hpb=2a06362a155582cd59ae2ef6f0df71694a7eede3;p=apps%2Fmadmutt.git diff --git a/nntp/newsrc.c b/nntp/newsrc.c index 1af28c2..fe774ad 100644 --- a/nntp/newsrc.c +++ b/nntp/newsrc.c @@ -25,9 +25,7 @@ #include "sort.h" #include "mx.h" #include "nntp.h" -#include "rfc822.h" #include "rfc1524.h" -#include "rfc2047.h" #include "lib/debug.h" @@ -267,7 +265,7 @@ const char *nntp_format_str (char *dest, size_t destlen, char op, switch (op) { case 's': m_strcpy(fn, sizeof (fn), NewsServer); - str_tolower (fn); + m_strtolower(fn); snprintf (tmp, sizeof (tmp), "%%%ss", fmt); snprintf (dest, destlen, tmp, fn); break;