]> git.marmaro.de Git - mmh/commitdiff
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 ba01e87c7bb045cb4441e55f56f6e4a2b68e49f2..a651862c400dbc305fac866245740ce785f133f7 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 b785aeba824bd40acb758f9a2648a0237471b2b0..5b69f076c0b05151f0c6c3ee1971b677c2ca1f3d 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;