]> git.marmaro.de Git - mmh/blobdiff - uip/folder.c
Created pluspath function to check for '+' prefix and change flag for
[mmh] / uip / folder.c
index 98c66ed627db5e72f169c82d15f07d6f2eccbe6a..f04ae2fa0f837bf6efef4da255a794c96047d5c0 100644 (file)
@@ -259,7 +259,7 @@ main (int argc, char **argv)
            if (argfolder)
                adios (NULL, "only one folder at a time!");
            else
            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!");
        } else {
            if (msg)
                adios (NULL, "only one (current) message at a time!");