X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fforw.c;h=e842d2692f4a6da0c7331196b3a26cfc060a625c;hp=8455431a2a7db2d072a5d78c63e0be1b1012061e;hb=4885712264980e6cbc2039f9158027bee9213475;hpb=197f95940cc0860683e6988352f721e6603f9339 diff --git a/uip/forw.c b/uip/forw.c index 8455431..e842d26 100644 --- a/uip/forw.c +++ b/uip/forw.c @@ -3,12 +3,16 @@ * forw.c -- forward a message, or group of messages. * * $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 +#include #define IFORMAT "digest-issue-%s" @@ -62,13 +66,13 @@ static struct swit switches[] = { #define VERSIONSW 22 { "version", 0 }, #define HELPSW 23 - { "help", 4 }, + { "help", 0 }, #define FILESW 24 - { "file file", -4 }, /* interface from msh */ + { "file file", 4 }, /* interface from msh */ #ifdef MHE #define BILDSW 25 - { "build", -5 }, /* interface from mhe */ + { "build", 5 }, /* interface from mhe */ #endif /* MHE */ { NULL, 0 }