Folded fileproc to constant `refile'.
[mmh] / uip / show.c
index 2b53141..a0178fe 100644 (file)
@@ -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) {