X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/cff8de7654cf393a494b01a587bd4d503d15a5e3..97bc9119e91a9a6d084b6070c8aecbab91393e70:/uip/show.c diff --git a/uip/show.c b/uip/show.c index ad9b1233..0b143fd3 100644 --- a/uip/show.c +++ b/uip/show.c @@ -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++)