]> diplodocus.org Git - nmh/blobdiff - uip/send.c
Replaced use of m_mktemp() with m_mktemp2() so that tmp files created
[nmh] / uip / send.c
index cd08bd284e5ce5ecbacd2cdc361d6060b970f5a9..e7ca7157b26a50055ca72fe38c8ddf6a8798b17d 100644 (file)
@@ -314,12 +314,6 @@ main (int argc, char **argv)
 
     if (dfolder == NULL) {
        if (msgp == 0) {
-#ifdef WHATNOW
-           if ((cp = getenv ("mhdraft")) && *cp) {
-               msgs[msgp++] = cp;
-               goto go_to_it;
-           }
-#endif /* WHATNOW */
            msgs[msgp++] = getcpy (m_draft (NULL, NULL, 1, &isdf));
            if (stat (msgs[0], &st) == NOTOK)
                adios (msgs[0], "unable to stat draft file");