From b706d049104ad0be9982d7e155acb340cb8dada0 Mon Sep 17 00:00:00 2001 From: Dan Harkless Date: Fri, 26 May 2000 20:35:30 +0000 Subject: [PATCH] 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. --- ChangeLog | 7 +++++++ uip/mshcmds.c | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) 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; -- 1.7.10.4