Added support for optional Content_Disposition header in mhbuild directive.s
[mmh] / uip / dist.c
index 1fb1741..4b6ce69 100644 (file)
@@ -3,6 +3,10 @@
  * dist.c -- re-distribute a message
  *
  * $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>
@@ -36,7 +40,7 @@ static struct swit switches[] = {
 #define VERSIONSW 12
     { "version", 0 },
 #define        HELPSW  13
-    { "help", 4 },
+    { "help", 0 },
 #define        FILESW  14
     { "file file", -4 },       /* interface from msh */
     { NULL, 0 }
@@ -287,5 +291,5 @@ try_it_again:
        done (0);
     what_now (ed, nedit, NOUSE, drft, msgnam, 1, mp,
        anot ? "Resent" : NULL, inplace, cwd);
-    done (1);
+    return done (1);
 }