X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmshcmds.c;h=5b69f076c0b05151f0c6c3ee1971b677c2ca1f3d;hb=b706d049104ad0be9982d7e155acb340cb8dada0;hp=b785aeba824bd40acb758f9a2648a0237471b2b0;hpb=017a82124bf2ea39ced5aa4c8f969c18b3c2fb90;p=mmh diff --git a/uip/mshcmds.c b/uip/mshcmds.c index b785aeb..5b69f07 100644 --- a/uip/mshcmds.c +++ b/uip/mshcmds.c @@ -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;