X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fshow.c;h=0b143fd3079ec3a34622014912dad5c309ca724a;hb=2667af48dccbcb9e25709dea50451dd58d40aeae;hp=8e581e777959f83e8fab3e51059f2fc302b5384e;hpb=3bebe0e894828d80183926d4fc19fc01cd3c274e;p=mmh diff --git a/uip/show.c b/uip/show.c index 8e581e7..0b143fd 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++)