msh has been unable to show MIME messages ever since 1.0. Alec Wolman
[mmh] / uip / mshcmds.c
index b785aeb..5b69f07 100644 (file)
@@ -2387,7 +2387,6 @@ showcmd (char **args)
        for (msgnum = mp->lowsel; msgnum <= mp->hghsel; msgnum++)
            if (is_selected (mp, msgnum) && is_nontext (msgnum)) {
                proc = showmimeproc;
-               vec[vecp++] = "-show";
                vec[vecp++] = "-file";
                vec[vecp] = NULL;
                goto finish;