]> diplodocus.org Git - nmh/blobdiff - uip/mhpath.c
md5.c, md5.h: Reformat and delete needless portability.
[nmh] / uip / mhpath.c
index ceed476200a0ffd43eb4253d1c991abb7fefea95..3eefb1127638a57cf339811ef3627ec2f9705ce0 100644 (file)
@@ -32,7 +32,7 @@ main(int argc, char **argv)
     struct msgs_array msgs = { 0, 0, NULL };
     struct msgs *mp;
 
-    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;