X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Frmm.c;h=072097a7949b3f6781555f3175aaeabe953f6a90;hb=08baf4f8bc7623c41a9753c71aed9a4042196aac;hp=21a0f901f8418593eb2bca7ece22dcbf507cb12a;hpb=3c9700d8d045f3ff26ce5dd2a174454dafc14822;p=mmh diff --git a/uip/rmm.c b/uip/rmm.c index 21a0f90..072097a 100644 --- a/uip/rmm.c +++ b/uip/rmm.c @@ -3,6 +3,10 @@ * 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. */ #include @@ -21,7 +25,7 @@ static struct swit switches[] = { #define VERSIONSW 2 { "version", 0 }, #define HELPSW 3 - { "help", 4 }, + { "help", 0 }, { NULL, 0 } }; @@ -141,7 +145,7 @@ main (int argc, char **argv) } /* "remove" the SELECTED messages */ - folder_delmsgs (mp, unlink_msgs); + folder_delmsgs (mp, unlink_msgs, 0); seq_save (mp); /* synchronize message sequences */ context_replace (pfolder, folder); /* update current folder */