]> git.marmaro.de Git - mmh/blobdiff - uip/whatnowproc.c
send: Check the draft folder only if we send msgs, not when sneding files.
[mmh] / uip / whatnowproc.c
index f3c46f84fd9805020c9fd34df35974a0c85881a8..e20df6827b6a4635f4da249f62583ea7cc9f46ee 100644 (file)
@@ -44,8 +44,6 @@ what_now(char *ed, int use, char *file, char *altmsg, int dist,
        } else {
                unputenv("mhaltmsg");
        }
-       if ((bp = getenv("mhaltmsg")))/* XXX */
-               m_putenv("editalt", bp);
        snprintf(buffer, sizeof(buffer), "%d", dist);
        m_putenv("mhdist", buffer);
        if (!ed) {