]> git.marmaro.de Git - mmh/blobdiff - uip/mhl.c
* uip/pick.c: Print matching messages immediately, instead of
[mmh] / uip / mhl.c
index 33e9f3fae750a17bcf3d55b3b29cdf1cfa762b6c..e37c3ba9dc90b9f3c89195421611d5a09be822e3 100644 (file)
--- a/uip/mhl.c
+++ b/uip/mhl.c
@@ -3,6 +3,10 @@
  * mhl.c -- the nmh message listing program
  *
  * $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 <h/mh.h>
@@ -17,7 +21,8 @@ main (int argc, char **argv)
 #ifdef LOCALE
     setlocale(LC_ALL, "");
 #endif
-    return done (mhl (argc, argv));
+    done (mhl (argc, argv));
+    return 1;
 }