]> git.marmaro.de Git - mmh/blobdiff - uip/show.c
mhl: removed -folder switch and folder output for messagename pseudo component.
[mmh] / uip / show.c
index 4abc3d74cf93a62a3b5856b1c55a3006d1c1a7e3..a0178fe99d96b0f57670aef618e930fc1902629d 100644 (file)
@@ -158,14 +158,6 @@ usage:
                goto go_to_it;
        }
 
                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:
        if (!msgp) {
                switch (mode) {
                case NEXT:
@@ -258,9 +250,6 @@ go_to_it: ;
        /* Set the "proc" */
        proc = (mime) ? showmimeproc : showproc;
 
        /* 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) {
        /* Special-cased because mhshow takes msg not files args. */
        if (strcmp(mhbasename(proc), "mhshow")==0) {
                if (file) {