Updated #include's to point to new location of mts.h on mts/generic
[mmh] / uip / mshcmds.c
index b785aeb..b8c7d92 100644 (file)
@@ -10,8 +10,8 @@
 #include <h/dropsbr.h>
 #include <h/fmt_scan.h>
 #include <h/scansbr.h>
-#include <zotnet/tws/tws.h>
-#include <zotnet/mts/mts.h>
+#include <h/tws.h>
+#include <mts/generic/mts.h>
 #include <errno.h>
 #include <setjmp.h>
 #include <signal.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;