]> git.marmaro.de Git - mmh/blobdiff - uip/mshcmds.c
msh has been unable to show MIME messages ever since 1.0. Alec Wolman
[mmh] / uip / mshcmds.c
index b785aeba824bd40acb758f9a2648a0237471b2b0..5b69f076c0b05151f0c6c3ee1971b677c2ca1f3d 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;