]> diplodocus.org Git - nmh/blobdiff - uip/ali.c
Carl Mummert: add unquote() function for removing quotes from RFC-2822 headers
[nmh] / uip / ali.c
index 54c8b05a00eaf63c1b53c56b6be21d418dc5a330..c6003879a8ef68c9772f04147c81b2a2171c6ae9 100644 (file)
--- a/uip/ali.c
+++ b/uip/ali.c
@@ -3,11 +3,16 @@
  * ali.c -- list nmh mail aliases
  *
  * $Id$
+ *
+ * This code is Copyright (c) 2002, by the authors of nmh.  See the
+ * COPYRIGHT file in the root directory of the nmh distribution for
+ * complete copyright information.
  */
 
 #include <h/mh.h>
 #include <h/addrsbr.h>
 #include <h/aliasbr.h>
+#include <h/mts.h>
 
 /*
  * maximum number of names
@@ -34,7 +39,7 @@ static struct swit switches[] = {
 #define VERSIONSW             8
     { "version", 0 },
 #define        HELPSW                9
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };