msh has been unable to show MIME messages ever since 1.0. Alec Wolman
authorDan Harkless <dan@harkless.org>
Fri, 26 May 2000 20:35:30 +0000 (20:35 +0000)
committerDan Harkless <dan@harkless.org>
Fri, 26 May 2000 20:35:30 +0000 (20:35 +0000)
<wolman@cs.washington.edu> tracked down the problem to the -show flag being
passed to mhshow.  mhshow is equivalent to the old mhn -show, so we don't need
the -show anymore.  Removed it.

ChangeLog
uip/mshcmds.c

index ba01e87..a651862 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Fri May 26 13:21:59 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
+
+       * msh has been unable to show MIME messages ever since 1.0.  Alec
+       Wolman <wolman@cs.washington.edu> tracked down the problem to the
+       -show flag being passed to mhshow.  mhshow is equivalent to the
+       old mhn -show, so we don't need the -show anymore.  Removed it.
+
 Fri May 12 02:51:21 2000 Shantonu Sen <ssen@mit.edu>
 
        * zotnet/bboards is not longer built by default. Goal is to move
index b785aeb..5b69f07 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;