X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=nntp%2Fnewsrc.c;h=fe774ade9315e882ed1b4fbd49f3d62a9572d4aa;hb=10b7d54ecaa5c54622bf1239b57fa2e3359db0e1;hp=94585e7e7985fc588e240b87b0c32615698d4bbd;hpb=238b70e39b78f585c586bd51aef41988b3cc73d1;p=apps%2Fmadmutt.git diff --git a/nntp/newsrc.c b/nntp/newsrc.c index 94585e7..fe774ad 100644 --- a/nntp/newsrc.c +++ b/nntp/newsrc.c @@ -18,15 +18,14 @@ #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" @@ -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;