X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/b439ec143c4d2e2daf4b0a9c332123f24500cd9a..1a211d317de75928b79ff5336dbaeeed14bd74ec:/uip/comp.c?ds=sidebyside diff --git a/uip/comp.c b/uip/comp.c index 8fced484..9c915bf3 100644 --- a/uip/comp.c +++ b/uip/comp.c @@ -172,7 +172,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!"); @@ -296,5 +296,6 @@ edit_it: if (nwhat) done (0); what_now (ed, nedit, use, drft, NULL, 0, NULLMP, NULL, 0, cwd); - return done (1); + done (1); + return 1; }