]> diplodocus.org Git - nmh/blobdiff - uip/pick.c
lock_file.c: close(2) file descriptor on failure, avoiding leak.
[nmh] / uip / pick.c
index 373fa59587b19c185bedadaf579d1a1dff69367f..1084a478ba755f67415c49ac5be01d47aacebb1c 100644 (file)
@@ -9,7 +9,7 @@
 #include <h/tws.h>
 #include <h/picksbr.h>
 #include <h/utils.h>
-#include "../sbr/m_maildir.h"
+#include "sbr/m_maildir.h"
 
 #define PICK_SWITCHES \
     X("reverse", 0, REVSW) \
@@ -74,10 +74,6 @@ main (int argc, char **argv)
 
     done=putzero_done;
 
-    /* Deprecated.  Use -debug instead. */
-    if ((cp = getenv ("MHPDEBUG")) && *cp)
-       ++debug;
-
     arguments = getarguments (invo_name, argc, argv, 1);
     argp = arguments;