$NetBSD: patch-cc,v 1.2 2000/03/02 00:23:15 hubertf Exp $ --- uip/show.c.orig Sun Sep 12 15:50:12 1999 +++ uip/show.c Thu Mar 2 00:47:34 2000 @@ -326,6 +326,15 @@ vec[++vecp] = NULL; } + /* If the "proc" is "mhshow", add "-file" if showing file or draft. + * Ruud de Rooij Wed, 24 Feb 1999 19:31:40 +0100 + */ + 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.