always build mutt with pgp + smime support.
[apps/madmutt.git] / nntp / newsrc.c
index 1af28c2..fe774ad 100644 (file)
@@ -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;