X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/af429a902add614e35cd76d15172a4ccb70a3be1..294ef4a95bc276d138ca68d269adc66bf2314123:/uip/send.c diff --git a/uip/send.c b/uip/send.c index cd08bd28..e7ca7157 100644 --- a/uip/send.c +++ b/uip/send.c @@ -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");