X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/df6971a59e8d01dcfe605bbac949b7d4b3ab0a92..492101aee1185135f239b3aabd5b2494f748c931:/uip/mshcmds.c diff --git a/uip/mshcmds.c b/uip/mshcmds.c index 9937a1dd..5f571b49 100644 --- a/uip/mshcmds.c +++ b/uip/mshcmds.c @@ -1075,9 +1075,8 @@ static char *hlpmsg[] = { void helpcmd (char **args) { - NMH_UNUSED (args); - int i; + NMH_UNUSED (args); for (i = 0; hlpmsg[i]; i++) { printf (hlpmsg[i], invo_name); @@ -2274,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;