X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Frepl.c;h=7a1aca18b6f287fbba22527575fae561772b2802;hb=7edb0cbc236244d996d1e2ae1d58d0e9f7d98062;hp=b1c0782f0381ca8a4be2ce8242f1f30ebfcb8536;hpb=6c42153ad9362cc676ea66563bf400d7511b3b68;p=mmh diff --git a/uip/repl.c b/uip/repl.c index b1c0782..7a1aca1 100644 --- a/uip/repl.c +++ b/uip/repl.c @@ -10,6 +10,7 @@ */ #include +#include static struct swit switches[] = { @@ -318,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!");