]> diplodocus.org Git - nmh/blobdiff - uip/conflict.c
Add a new base64 CTE test.
[nmh] / uip / conflict.c
index a43c70ee2c899edb578d11b1353c94483f4ad724..4c140022345c04285d1ac032186e2c537077c576 100644 (file)
@@ -68,14 +68,7 @@ main (int argc, char **argv)
     char *cp, **argp, **arguments;
     char buf[BUFSIZ], *akv[50];
 
-#ifdef LOCALE
-    setlocale(LC_ALL, "");
-#endif
-    invo_name = r1bindex (argv[0], '/');
-
-    /* foil search of user profile/context */
-    if (context_foil (NULL) == -1)
-       done (1);
+    if (nmh_init(argv[0], 0 /* use context_foil() */)) { return 1; }
 
     mts_init (invo_name);
     arguments = getarguments (invo_name, argc, argv, 0);