X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6ba5b855ebc737cc46cabfbe799b0c7706f437f4..f1920d78123667716f2321d37ce37628603b2700:/uip/msgchk.c diff --git a/uip/msgchk.c b/uip/msgchk.c index 76bb37d8..49e758f0 100644 --- a/uip/msgchk.c +++ b/uip/msgchk.c @@ -85,13 +85,7 @@ main (int argc, char **argv) char **argp, **arguments, *vec[MAXVEC]; struct passwd *pw; -#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; } mts_init (invo_name);