X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhshow.c;h=993477bb6c8e23b9cc97de7925c70440e933d760;hb=a6f717992d5588898c37711aa1895dbb11016e1c;hp=0d396b43e12ce7738bf9c40b693fba611ccc4741;hpb=8f0a7e37be571d7cf8152306ed1e8f1c03ba15ec;p=mmh diff --git a/uip/mhshow.c b/uip/mhshow.c index 0d396b4..993477b 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; @@ -285,13 +285,6 @@ do_cache: parts[npart] = NULL; types[ntype] = NULL; - set_endian (); - - if ((cp = getenv ("MM_NOASK")) && !strcmp (cp, "1")) { - nolist = 1; - pausesw = 0; - } - /* * Check if we've specified an additional profile */