Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
94dc6745
...
94dc67452e2f169c65b7defcf72b8ac0af843157
authored
2002-12-28 10:59:01 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added call to mu_init_nls
1 parent
66e9500a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
mail.local/main.c
mail.local/main.c
View file @
94dc674
...
...
@@ -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
();
...
...
Please
register
or
sign in
to post a comment