]> diplodocus.org Git - nmh/blobdiff - uip/whom.c
Add basic support for the STLS command in POP
[nmh] / uip / whom.c
index 34323820d6f22f9654a2a990ab2c859e0f31203d..ca94d3e17c0bc679fbee712e545450649d64fab3 100644 (file)
@@ -5,10 +5,22 @@
  * complete copyright information.
  */
 
-#include <h/mh.h>
+#include "h/mh.h"
+#include "distsbr.h"
+#include "sbr/getarguments.h"
+#include "sbr/smatch.h"
+#include "sbr/closefds.h"
+#include "sbr/m_draft.h"
+#include "sbr/context_find.h"
+#include "sbr/brkstring.h"
+#include "sbr/ambigsw.h"
+#include "sbr/path.h"
+#include "sbr/print_version.h"
+#include "sbr/print_help.h"
+#include "sbr/error.h"
 #include "h/done.h"
-#include <h/utils.h>
-#include <h/signals.h>
+#include "h/utils.h"
+#include "h/signals.h"
 #include "sbr/m_maildir.h"
 #include "sbr/m_mktemp.h"
 
@@ -66,7 +78,7 @@ main (int argc, char **argv)
     char *msg = NULL, **ap, **argp, backup[BUFSIZ];
     char buf[BUFSIZ], **arguments, *vec[MAXARGS];
 
-    if (nmh_init(argv[0], 2)) { return 1; }
+    if (nmh_init(argv[0], true, false)) { return 1; }
 
     arguments = getarguments (invo_name, argc, argv, 1);
     argp = arguments;