X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fshow.c;h=a0178fe99d96b0f57670aef618e930fc1902629d;hb=412b2e54251ff6e20537f83b95c8ee76ea8c5c40;hp=70df6935553878a81cabfb917e81bd7915981c39;hpb=0c4214ea2aec6497d0d67b436bbee9bc1d225f1e;p=mmh diff --git a/uip/show.c b/uip/show.c index 70df693..a0178fe 100644 --- a/uip/show.c +++ b/uip/show.c @@ -26,7 +26,7 @@ static struct swit switches[] = { #define SHOWMIMESW 6 { "showmimeproc program", 0 }, #define FILESW 7 - { "file file", -4 }, /* interface from lproc (whatnow) */ + { "file file", -4 }, /* interface from whatnow (listproc) */ #define VERSIONSW 8 { "version", 0 }, #define HELPSW 9 @@ -43,6 +43,8 @@ static int is_nontext(char *); #define NEXT 1 #define PREV 2 +char *showproc = "mhl"; +char *showmimeproc = "mhshow"; int main(int argc, char **argv) @@ -156,14 +158,6 @@ usage: goto go_to_it; } -#ifdef WHATNOW - if (!msgp && !folder && mode == SHOW && - (cp = getenv("mhdraft")) && *cp) { - vec[vecp++] = cp; - goto go_to_it; - } -#endif /* WHATNOW */ - if (!msgp) { switch (mode) { case NEXT: @@ -256,9 +250,6 @@ go_to_it: ; /* Set the "proc" */ proc = (mime) ? showmimeproc : showproc; - if (folder && !file) - m_putenv("mhfolder", folder); - /* Special-cased because mhshow takes msg not files args. */ if (strcmp(mhbasename(proc), "mhshow")==0) { if (file) {