X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6c42153ad9362cc676ea66563bf400d7511b3b68..1524cb8c0b86a854149d7859d6a2503d61dbaa36:/uip/repl.c diff --git a/uip/repl.c b/uip/repl.c index b1c0782f..7a1aca18 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!");