X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=nntp%2Fnewsrc.c;h=97703d74fb45cacb5bb483a42d138b58a01e6496;hb=d40d2e47d8033cbf917d09c3865179870897e773;hp=94585e7e7985fc588e240b87b0c32615698d4bbd;hpb=238b70e39b78f585c586bd51aef41988b3cc73d1;p=apps%2Fmadmutt.git diff --git a/nntp/newsrc.c b/nntp/newsrc.c index 94585e7..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 "mime.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) { @@ -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;