X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/3bebe0e894828d80183926d4fc19fc01cd3c274e..97bc9119e91a9a6d084b6070c8aecbab91393e70:/uip/show.c diff --git a/uip/show.c b/uip/show.c index 8e581e77..0b143fd3 100644 --- a/uip/show.c +++ b/uip/show.c @@ -105,10 +105,10 @@ main (int argc, char **argv) "%s [+folder] %s[switches] [switches for showproc]", invo_name, mode == SHOW ? "[msgs] ": ""); print_help (buf, switches, 1); - done (1); + done (0); case VERSIONSW: print_version(invo_name); - done (1); + done (0); case DRFTSW: if (file) @@ -284,7 +284,7 @@ go_to_it: ; proc = catproc; } else { /* check if any messages are non-text MIME messages */ - if (checkmime && !getenv ("NOMHNPROC")) { + if (checkmime) { if (!draftsw && !file) { /* loop through selected messages and check for MIME */ for (msgnum = mp->lowsel; msgnum <= mp->hghsel; msgnum++)