X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Frepl.c;h=7a1aca18b6f287fbba22527575fae561772b2802;hb=488d971779618f547305289a8554ee2578f45eaf;hp=d3a8d078ad60d566fc5ddb8a126f1eb8ec81335e;hpb=264318e5898da32e9a0e3ec2b4c69185db89bb8a;p=mmh diff --git a/uip/repl.c b/uip/repl.c index d3a8d07..7a1aca1 100644 --- a/uip/repl.c +++ b/uip/repl.c @@ -3,9 +3,14 @@ * repl.c -- reply to 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 +#include static struct swit switches[] = { @@ -62,7 +67,7 @@ static struct swit switches[] = { #define VERSIONSW 25 { "version", 0 }, #define HELPSW 26 - { "help", 4 }, + { "help", 0 }, #define FILESW 27 { "file file", 4 }, /* interface from msh */ @@ -314,7 +319,7 @@ main (int argc, char **argv) if (folder) adios (NULL, "only one folder at a time!"); else - folder = path (cp + 1, *cp == '+' ? TFOLDER : TSUBCWF); + folder = pluspath (cp); } else { if (msg) adios (NULL, "only one message at a time!");