X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmshcmds.c;h=5f571b49796ff49b5a58467ce7ef44fe70e7d70b;hb=ac99d23ec89df5e72b39c7ae950c084ca0377eca;hp=b5debff9695e7aac9fe4eba0210c40a7717a1414;hpb=5ccbd49adba7e6d48f4094fa6eade7a7fb8ec4cf;p=mmh diff --git a/uip/mshcmds.c b/uip/mshcmds.c index b5debff..5f571b4 100644 --- a/uip/mshcmds.c +++ b/uip/mshcmds.c @@ -2273,7 +2273,7 @@ showcmd (char **args) return; seq_setprev (mp); - if (!nshow && !getenv ("NOMHNPROC")) + if (!nshow) for (msgnum = mp->lowsel; msgnum <= mp->hghsel; msgnum++) if (is_selected (mp, msgnum) && is_nontext (msgnum)) { proc = showmimeproc;