From: Dan Harkless Date: Thu, 13 May 1999 01:12:12 +0000 (+0000) Subject: Make whatnow "list" work with "lproc: show" again. From Ruud de Rooij X-Git-Tag: nmh-1_0~194 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=9361ec85a7f8cc7c12dd90ed549392c815d0d7de Make whatnow "list" work with "lproc: show" again. From Ruud de Rooij --- diff --git a/uip/show.c b/uip/show.c index 5ab6370..75e4827 100644 --- a/uip/show.c +++ b/uip/show.c @@ -315,6 +315,14 @@ go_to_it: ; vec[vecp] = NULL; } + /* If the "proc" is "mhshow", add "-file" if showing file or draft. + */ + if (strcmp (r1bindex (proc, '/'), "mhshow") == 0 && (draftsw || file) ) { + vec[vecp] = vec[vecp - 1]; + vec[vecp - 1] = "-file"; + vec[++vecp] = NULL; + } + /* * If "proc" is mhl, then run it internally * rather than exec'ing it.