From: Dan Harkless Date: Fri, 26 May 2000 20:35:30 +0000 (+0000) Subject: msh has been unable to show MIME messages ever since 1.0. Alec Wolman X-Git-Tag: kim-before-sasl~26 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=b706d049104ad0be9982d7e155acb340cb8dada0 msh has been unable to show MIME messages ever since 1.0. Alec Wolman 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. --- diff --git a/ChangeLog b/ChangeLog index ba01e87..a651862 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri May 26 13:21:59 2000 Dan Harkless + + * msh has been unable to show MIME messages ever since 1.0. Alec + Wolman 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 * zotnet/bboards is not longer built by default. Goal is to move diff --git a/uip/mshcmds.c b/uip/mshcmds.c index b785aeb..5b69f07 100644 --- a/uip/mshcmds.c +++ b/uip/mshcmds.c @@ -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;