X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/017a82124bf2ea39ced5aa4c8f969c18b3c2fb90..97e7d6f2f5db4e8f09cb015ee6c2da2ff129f963:/uip/mshcmds.c?ds=sidebyside diff --git a/uip/mshcmds.c b/uip/mshcmds.c index b785aeba..c199502d 100644 --- a/uip/mshcmds.c +++ b/uip/mshcmds.c @@ -10,7 +10,7 @@ #include #include #include -#include +#include #include #include #include @@ -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;