Fixed make_bcc_file () to use contents of From: in draft, if draft_from masquerade...
[mmh] / uip / mhmail.c
index 222a076..b5da86c 100644 (file)
@@ -3,10 +3,15 @@
  * mhmail.c -- simple mail program
  *
  * $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/signals.h>
+#include <h/utils.h>
 #include <signal.h>
 
 static struct swit switches[] = {
@@ -21,7 +26,7 @@ static struct swit switches[] = {
 #define VERSIONSW          4
     { "version", 0 },
 #define        HELPSW             5
-    { "help", 4 },
+    { "help", 0 },
 #define        RESNDSW            6
     { "resent", -6 },
 #define        QUEUESW            7