Nico Golde:
authornion <nion@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Thu, 3 Nov 2005 16:05:17 +0000 (16:05 +0000)
committernion <nion@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Thu, 3 Nov 2005 16:05:17 +0000 (16:05 +0000)
- added news url (thanks Tim O'Callaghan)

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@570 e385b8ad-14ed-0310-8656-cc95a2468c6d

VERSION.svn
url.c

index 6962904..5629a95 100644 (file)
@@ -1 +1 @@
-569
+570
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},