X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhmail.c;h=f08a583a6494824581473cedc635a4f34844d0ae;hp=222a07611d6e9e7076fa07cf7ede1749a5413655;hb=d8916ff5d389de5ab225cd6f40aeda1b285d0f28;hpb=197f95940cc0860683e6988352f721e6603f9339 diff --git a/uip/mhmail.c b/uip/mhmail.c index 222a076..f08a583 100644 --- a/uip/mhmail.c +++ b/uip/mhmail.c @@ -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 #include +#include #include 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 @@ -168,7 +173,7 @@ main (int argc, char **argv) if (child_id == NOTOK) { /* report failure and then send it */ - admonish (NULL, "unable to fork"); + adios (NULL, "unable to fork"); } else if (child_id) { /* parent process */ if ((status = pidXwait(child_id, postproc))) {