#define ALI_SWITCHES \
X("alias aliasfile", 0, ALIASW) \
- X("noalias", -7, NALIASW) \
+ X("noalias", 0, NALIASW) \
X("list", 0, LISTSW) \
X("nolist", 0, NLISTSW) \
X("user", 0, USERSW) \
char **vec = mh_xmalloc (argc * sizeof (char *)), **arguments;
struct aka *ak;
-#ifdef LOCALE
- setlocale(LC_ALL, "");
-#endif
- invo_name = r1bindex (argv[0], '/');
+ if (nmh_init(argv[0], 1)) { return 1; }
- /* read user profile/context */
- context_read();
-
- mts_init (invo_name);
+ mts_init ();
arguments = getarguments (invo_name, argc, argv, 1);
argp = arguments;