]> diplodocus.org Git - nmh/blobdiff - uip/mhl.c
Add basic support for the STLS command in POP
[nmh] / uip / mhl.c
index 59c233dd3c15e8fd679e574046769d0b4da1f492..263abe7252b24a64ba7fa577bed5a6bd49bb0a9f 100644 (file)
--- a/uip/mhl.c
+++ b/uip/mhl.c
@@ -5,13 +5,16 @@
  * complete copyright information.
  */
 
-#include <h/mh.h>
+#include "h/mh.h"
+#include "mhlsbr.h"
+#include "h/done.h"
+#include "h/utils.h"
 
 
 int
 main (int argc, char **argv)
 {
-    if (nmh_init(argv[0], 2)) { return 1; }
+    if (nmh_init(argv[0], true, false)) { return 1; }
 
     done (mhl (argc, argv));
     return 1;