X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Frepl.c;h=7a1aca18b6f287fbba22527575fae561772b2802;hp=e5fa527d6aee378764015a66f6c8aa74afb0a885;hb=0569d6d1631dc90d4f2f2df6bdd0599c7ecc7814;hpb=9a33ff618b5901a3af815650d4b84d39ee96e529 diff --git a/uip/repl.c b/uip/repl.c index e5fa527..7a1aca1 100644 --- a/uip/repl.c +++ b/uip/repl.c @@ -319,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!");