fix a segfault introduced by some nasty const /o\
[apps/madmutt.git] / url.c
diff --git a/url.c b/url.c
index 78d03d8..eb9d7f6 100644 (file)
--- a/url.c
+++ b/url.c
@@ -33,6 +33,7 @@ static struct mapping_t UrlMap[] = {
   {"pop", U_POP},
   {"pops", U_POPS},
   {"nntp", U_NNTP},
+  {"news", U_NNTP},
   {"nntps", U_NNTPS},
   {"snews", U_NNTPS},
   {"mailto", U_MAILTO},