summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-12-28 10:59:01 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-12-28 10:59:01 +0000
commit94dc67452e2f169c65b7defcf72b8ac0af843157 (patch)
tree745083f962cbc5847f806d48824114f139174fb0
parent66e9500a4a013c1f00ad7c50603cf0b0a6264a8d (diff)
downloadmailutils-94dc67452e2f169c65b7defcf72b8ac0af843157.tar.gz
mailutils-94dc67452e2f169c65b7defcf72b8ac0af843157.tar.bz2
Added call to mu_init_nls
-rw-r--r--mail.local/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail.local/main.c b/mail.local/main.c
index 04e3154b5..252e2208d 100644
--- a/mail.local/main.c
+++ b/mail.local/main.c
@@ -273,6 +273,8 @@ main (int argc, char *argv[])
close_fds ();
umask (0077);
+ mu_init_nls ();
+
mu_argp_error_code = EX_CONFIG;
MU_AUTH_REGISTER_ALL_MODULES();
sieve_argp_init ();

Return to:

Send suggestions and report system problems to the System administrator.