X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/8c1b8e55ba6269af3f6be282eeb7b5a19516315f..11cf7b43a23ad3e3b7d80e485c90c4e0ab9b6066:/uip/folder.c diff --git a/uip/folder.c b/uip/folder.c index 98c66ed6..f50d3f51 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!"); @@ -405,7 +405,8 @@ main (int argc, char **argv) print_folders(); context_save (); /* save the context file */ - return done (0); + done (0); + return 1; } /*