X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Frepl.c;h=7a1aca18b6f287fbba22527575fae561772b2802;hb=7edb0cbc236244d996d1e2ae1d58d0e9f7d98062;hp=f6d32d30ca6ba6e891bb11e68105ef6ea048791c;hpb=017a82124bf2ea39ced5aa4c8f969c18b3c2fb90;p=mmh diff --git a/uip/repl.c b/uip/repl.c index f6d32d3..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[] = { @@ -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!");