X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Ffolder.c;h=f04ae2fa0f837bf6efef4da255a794c96047d5c0;hb=7edb0cbc236244d996d1e2ae1d58d0e9f7d98062;hp=b332af06110b092534c4e33a81f54318457f0047;hpb=0cebd8284370988c8b1807ef2544bd80804d074e;p=mmh diff --git a/uip/folder.c b/uip/folder.c index b332af0..f04ae2f 100644 --- a/uip/folder.c +++ b/uip/folder.c @@ -135,7 +135,6 @@ main (int argc, char **argv) int pushsw = 0, popsw = 0; char *cp, *dp, *msg = NULL, *argfolder = NULL; char **ap, **argp, buf[BUFSIZ], **arguments; - struct stat st; #ifdef LOCALE setlocale(LC_ALL, ""); @@ -260,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!");