X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Ffolder.c;h=f04ae2fa0f837bf6efef4da255a794c96047d5c0;hp=98c66ed627db5e72f169c82d15f07d6f2eccbe6a;hb=0569d6d1631dc90d4f2f2df6bdd0599c7ecc7814;hpb=b577e47e7c6c40e0968af4472ed9dc52e9b64f58 diff --git a/uip/folder.c b/uip/folder.c index 98c66ed..f04ae2f 100644 --- a/uip/folder.c +++ b/uip/folder.c @@ -259,7 +259,7 @@ main (int argc, char **argv) if (argfolder) adios (NULL, "only one folder at a time!"); else - argfolder = path (cp + 1, *cp == '+' ? TFOLDER : TSUBCWF); + argfolder = pluspath (cp); } else { if (msg) adios (NULL, "only one (current) message at a time!");