X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhshow.c;h=e4eba4fff9e462c5643de93e1f2083d266c9b703;hb=436e6b477fa6dabe40404c84334e148b49682708;hp=0d396b43e12ce7738bf9c40b693fba611ccc4741;hpb=8f0a7e37be571d7cf8152306ed1e8f1c03ba15ec;p=mmh diff --git a/uip/mhshow.c b/uip/mhshow.c index 0d396b4..e4eba4f 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 */