X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fdist.c;h=1effbb05bd00184a0bdee9bfe6497963c24c81a7;hp=70e515eb611d31aa7e27240cca6fa8ec4cb98c85;hb=d8916ff5d389de5ab225cd6f40aeda1b285d0f28;hpb=b439ec143c4d2e2daf4b0a9c332123f24500cd9a diff --git a/uip/dist.c b/uip/dist.c index 70e515e..1effbb0 100644 --- a/uip/dist.c +++ b/uip/dist.c @@ -180,7 +180,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!"); @@ -285,5 +285,6 @@ try_it_again: done (0); what_now (ed, nedit, NOUSE, drft, msgnam, 1, mp, anot ? "Resent" : NULL, inplace, cwd); - return done (1); + done (1); + return 1; }