X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=nntp%2Fnewsrc.c;h=97703d74fb45cacb5bb483a42d138b58a01e6496;hb=d04295aaf918032c1c2fafc94ddf637cf23341e9;hp=6f3d867c9776947d474e2c946fcf85b8106ac2af;hpb=ab12fea9d01b3b9bc53081ae4ccc046243f1cb9f;p=apps%2Fmadmutt.git diff --git a/nntp/newsrc.c b/nntp/newsrc.c index 6f3d867..97703d7 100644 --- a/nntp/newsrc.c +++ b/nntp/newsrc.c @@ -13,29 +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 "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) { @@ -266,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;