X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/9cf9f118998a7635485e13863d1bc16c1486bb05..58eaf2c2:/uip/dist.c?ds=sidebyside diff --git a/uip/dist.c b/uip/dist.c index 00503be5..5a35e59a 100644 --- a/uip/dist.c +++ b/uip/dist.c @@ -83,11 +83,7 @@ main (int argc, char **argv) struct msgs *mp = NULL; struct stat st; - setlocale(LC_ALL, ""); - 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;