]> diplodocus.org Git - nmh/blobdiff - uip/mhshow.c
Corrected install-mh man page to show that it is installed in section 1, not 8.
[nmh] / uip / mhshow.c
index 0d396b43e12ce7738bf9c40b693fba611ccc4741..e4eba4fff9e462c5643de93e1f2083d266c9b703 100644 (file)
@@ -167,10 +167,10 @@ main (int argc, char **argv)
                snprintf (buf, sizeof(buf), "%s [+folder] [msgs] [switches]",
                        invo_name);
                print_help (buf, switches, 1);
-               done (1);
+               done (0);
            case VERSIONSW:
                print_version(invo_name);
-               done (1);
+               done (0);
 
            case RCACHESW:
                icachesw = &rcachesw;
@@ -287,11 +287,6 @@ do_cache:
 
     set_endian ();
 
-    if ((cp = getenv ("MM_NOASK")) && !strcmp (cp, "1")) {
-       nolist  = 1;
-       pausesw = 0;
-    }
-
     /*
      * Check if we've specified an additional profile
      */