X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=nntp%2Fnewsrc.c;h=97703d74fb45cacb5bb483a42d138b58a01e6496;hb=7b8296cfa5c33fbc73c34c4fe1ff6d7bfbaaba01;hp=1af28c285f57d01ce3c0c1e3e501191c2e9f9b7c;hpb=2a06362a155582cd59ae2ef6f0df71694a7eede3;p=apps%2Fmadmutt.git diff --git a/nntp/newsrc.c b/nntp/newsrc.c index 1af28c2..97703d7 100644 --- a/nntp/newsrc.c +++ b/nntp/newsrc.c @@ -13,30 +13,28 @@ #include #endif +#include +#include +#include +#include +#include +#include + #include #include #include #include +#include #include +#include + #include "mutt.h" -#include "mutt_curses.h" #include "sort.h" #include "mx.h" #include "nntp.h" -#include "rfc822.h" #include "rfc1524.h" -#include "rfc2047.h" - -#include "lib/debug.h" - -#include -#include -#include -#include -#include -#include void nntp_add_to_list (NNTP_SERVER * s, NNTP_DATA * d) { @@ -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;