]> diplodocus.org Git - nmh/blobdiff - uip/show.c
Fix test for changes to mhparam.
[nmh] / uip / show.c
index ad9b1233816a5f8c430e869230c89a05c636c9f9..0b143fd3079ec3a34622014912dad5c309ca724a 100644 (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++)