]> diplodocus.org Git - nmh/blobdiff - uip/mhn.c
Add -initialtls/-notls flags to msgchk.
[nmh] / uip / mhn.c
index be433d69b5e9be79c8dcdc423906089ced84fce0..1a70b7a48641d1d3b9041bc25b9bf263d381e970 100644 (file)
--- a/uip/mhn.c
+++ b/uip/mhn.c
@@ -61,8 +61,8 @@
      */                                        \
     X("build", -5, BUILDSW) \
     X("nobuild", -7, NBUILDSW) \
-    X("rfc934mode", -10, RFC934SW) \
-    X("norfc934mode", -12, NRFC934SW) \
+    X("rfc934mode", 0, RFC934SW) \
+    X("norfc934mode", 0, NRFC934SW) \
 
 #define X(sw, minchars, id) id,
 DEFINE_SWITCH_ENUM(MHN);
@@ -554,7 +554,7 @@ do_cache:
      * Show the message content
      */
     if (showsw)
-       show_all_messages (cts, 0, 0, 0, NULL);
+       show_all_messages (cts, 0, 0, 0);
 
     /* Now free all the structures for the content */
     for (ctp = cts; *ctp; ctp++)