Removed mhn, as it was already replaced by mhlist/mhshow/mhstore.
[mmh] / uip / rmm.c
index b1e887e..7680008 100644 (file)
--- 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.
@@ -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;
 }