X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/8f0a7e37be571d7cf8152306ed1e8f1c03ba15ec..34ae8b856a0adbbdd68a49e2e97cd0124b8b32dd:/uip/mhshow.c diff --git a/uip/mhshow.c b/uip/mhshow.c index 0d396b43..e4eba4ff 100644 --- a/uip/mhshow.c +++ b/uip/mhshow.c @@ -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 */