]> diplodocus.org Git - nmh/blobdiff - uip/mhn.c
Add basic support for the STLS command in POP
[nmh] / uip / mhn.c
index 5a5981ec8f4e53b5a1497aa6899219733a3627cd..6973a5defb7af8a7eeeadf99efa5411029e0f67b 100644 (file)
--- a/uip/mhn.c
+++ b/uip/mhn.c
@@ -6,6 +6,20 @@
  */
 
 #include "h/mh.h"
+#include "sbr/m_name.h"
+#include "sbr/m_gmprot.h"
+#include "sbr/getarguments.h"
+#include "sbr/seq_setprev.h"
+#include "sbr/seq_setcur.h"
+#include "sbr/seq_save.h"
+#include "sbr/smatch.h"
+#include "sbr/m_convert.h"
+#include "sbr/getfolder.h"
+#include "sbr/folder_read.h"
+#include "sbr/context_save.h"
+#include "sbr/context_replace.h"
+#include "sbr/context_find.h"
+#include "sbr/readconfig.h"
 #include "sbr/ambigsw.h"
 #include "sbr/path.h"
 #include "sbr/print_version.h"
@@ -504,7 +518,7 @@ do_cache:
      * Store the message content
      */
     if (storesw) {
-       info = mhstoreinfo_create (cts, cwd, "always", autosw, verbosw);;
+       info = mhstoreinfo_create (cts, cwd, "always", autosw, verbosw);
        store_all_messages (info);
        mhstoreinfo_free (info);
     }