X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Frmm.c;h=6e991b0411e20bb009b4db31952a104575d76cdc;hp=e04efaad68046bda68fbb4d36d5913053d8d14b5;hb=ced6090a330d3d83d0bce709f756aa3d7d65fea4;hpb=337338b404931f06f0db2119c9e145e8ca5a9860 diff --git a/uip/rmm.c b/uip/rmm.c index e04efaa..6e991b0 100644 --- a/uip/rmm.c +++ b/uip/rmm.c @@ -1,10 +1,10 @@ /* - * rmm.c -- remove a message(s) - * - * 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. - */ +** rmm.c -- remove a message(s) +** +** 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. +*/ #include #include @@ -54,8 +54,7 @@ main (int argc, char **argv) adios (NULL, "-%s unknown\n", cp); case HELPSW: - snprintf (buf, sizeof(buf), "%s [+folder] [msgs] [switches]", - invo_name); + snprintf (buf, sizeof(buf), "%s [+folder] [msgs] [switches]", invo_name); print_help (buf, switches, 1); done (1); case VERSIONSW: @@ -105,12 +104,12 @@ main (int argc, char **argv) seq_setprev (mp); /* set the previous-sequence */ /* - * This is hackish. If we are using a external rmmproc, - * then we need to update the current folder in the - * context so the external rmmproc will remove files - * from the correct directory. This should be moved to - * folder_delmsgs(). - */ + ** This is hackish. If we are using a external rmmproc, + ** then we need to update the current folder in the + ** context so the external rmmproc will remove files + ** from the correct directory. This should be moved to + ** folder_delmsgs(). + */ if (rmmproc) { context_replace (pfolder, folder); context_save ();