Updating user programs to use <h/tws> instead of <zotnet/tws/tws.h>
[mmh] / uip / mshcmds.c
index b785aeb..c199502 100644 (file)
@@ -10,7 +10,7 @@
 #include <h/dropsbr.h>
 #include <h/fmt_scan.h>
 #include <h/scansbr.h>
-#include <zotnet/tws/tws.h>
+#include <h/tws.h>
 #include <zotnet/mts/mts.h>
 #include <errno.h>
 #include <setjmp.h>
@@ -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;