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
2ffea3b6
...
2ffea3b6973afdfc0972e33ba99a1faa9c4165de
authored
2016-10-31 18:28:03 +0200
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor fix
1 parent
b54540cb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
libmailutils/cli/cli.c
libmailutils/cli/cli.c
View file @
2ffea3b
...
...
@@ -175,7 +175,7 @@ struct mu_option mu_common_options[] = {
{
"no-user-rcfile"
,
0
,
NULL
,
MU_OPTION_ALIAS
},
{
"no-site-config"
,
0
,
NULL
,
MU_OPTION_IMMEDIATE
,
N_
(
"do not load
user
configuration file"
),
N_
(
"do not load
site-wide
configuration file"
),
mu_c_string
,
NULL
,
no_site_config
},
{
"no-site-rcfile"
,
0
,
NULL
,
MU_OPTION_ALIAS
},
...
...
Please
register
or
sign in
to post a comment