X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Frmm.c;h=072097a7949b3f6781555f3175aaeabe953f6a90;hp=35236010ed9801fc403c2737cfe6220dc6882fec;hb=a259594cc41e41bfbb90562d3977b8194d1446f5;hpb=017a82124bf2ea39ced5aa4c8f969c18b3c2fb90 diff --git a/uip/rmm.c b/uip/rmm.c index 3523601..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 @@ -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 */