X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Frmm.c;h=7680008d196ca4b24c1764ac4a8f999c14e811a5;hb=f6aa95b724fd8c791164abe7ee5468bf5c34f226;hp=75b1c70e495d1f5cbd3676327348f8cf4f5a01ad;hpb=174d375bb4b9bcaa0c3f28c422216f68703494a8;p=mmh diff --git a/uip/rmm.c b/uip/rmm.c index 75b1c70..7680008 100644 --- a/uip/rmm.c +++ b/uip/rmm.c @@ -2,8 +2,6 @@ /* * rmm.c -- remove a message(s) * - * $Id$ - * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. @@ -77,7 +75,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 app_msgarg(&msgs, cp); } @@ -127,5 +125,6 @@ main (int argc, char **argv) context_replace (pfolder, folder); /* update current folder */ context_save (); /* save the context file */ folder_free (mp); /* free folder structure */ - return done (0); + done (0); + return 1; }