Added call to mu_init_nls
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -273,6 +273,8 @@ main (int argc, char *argv[]) | ... | @@ -273,6 +273,8 @@ main (int argc, char *argv[]) |
273 | close_fds (); | 273 | close_fds (); |
274 | umask (0077); | 274 | umask (0077); |
275 | 275 | ||
276 | mu_init_nls (); | ||
277 | |||
276 | mu_argp_error_code = EX_CONFIG; | 278 | mu_argp_error_code = EX_CONFIG; |
277 | MU_AUTH_REGISTER_ALL_MODULES(); | 279 | MU_AUTH_REGISTER_ALL_MODULES(); |
278 | sieve_argp_init (); | 280 | sieve_argp_init (); | ... | ... |
-
Please register or sign in to post a comment