X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fburst.c;h=15756d30354cb26fae511fccb4917a38570b6afe;hp=908de0df8110bbdc53c2426af031e4af7d161aa8;hb=d8916ff5d389de5ab225cd6f40aeda1b285d0f28;hpb=a259594cc41e41bfbb90562d3977b8194d1446f5 diff --git a/uip/burst.c b/uip/burst.c index 908de0d..15756d3 100644 --- a/uip/burst.c +++ b/uip/burst.c @@ -111,7 +111,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 { msgs[msgp++] = cp; } @@ -189,7 +189,8 @@ main (int argc, char **argv) seq_save (mp); /* synchronize message sequences */ context_save (); /* save the context file */ folder_free (mp); /* free folder/message structure */ - return done (0); + done (0); + return 1; }