]> diplodocus.org Git - nmh/blobdiff - uip/burst.c
Remove mhbuild backup files at end of a couple of tests, if successful.
[nmh] / uip / burst.c
index c3f217103c209067d9ea1a062de494df908d1de9..ff5af237c60f2adba797d03b5b6d215a6343d622 100644 (file)
@@ -75,13 +75,7 @@ main (int argc, char **argv)
     struct smsg *smsgs;
     struct msgs *mp;
 
-#ifdef LOCALE
-    setlocale(LC_ALL, "");
-#endif
-    invo_name = r1bindex (argv[0], '/');
-
-    /* read user profile/context */
-    context_read();
+    if (nmh_init(argv[0], 1)) { return 1; }
 
     arguments = getarguments (invo_name, argc, argv, 1);
     argp = arguments;