]> diplodocus.org Git - nmh/blobdiff - uip/refile.c
Make viamail read the user's profile; this is required because sendsbr()
[nmh] / uip / refile.c
index 9b6361c7a7e913bae0300f72145f1ace4e6d0cf0..19e12661a1bd16cabd3611a250204abeec15fcb2 100644 (file)
@@ -11,7 +11,6 @@
 #include <h/mh.h>
 #include <h/utils.h>
 #include <fcntl.h>
-#include <errno.h>
 
 #define REFILE_SWITCHES \
     X("draft", 0, DRAFTSW) \
@@ -174,11 +173,6 @@ main (int argc, char **argv)
     if (foldp == 0)
        adios (NULL, "no folder specified");
 
-#ifdef WHATNOW
-    if (!msgs.size && !foldp && !filep && (cp = getenv ("mhdraft")) && *cp)
-       files[filep++] = cp;
-#endif /* WHATNOW */
-
     /*
      * We are refiling a file to the folders
      */