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
a6bd9b68
...
a6bd9b68b90e7c106d9021aaa83c2b3c82809b18
authored
2016-10-24 14:52:16 +0300
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Bugfix
1 parent
4872fc4f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
libmailutils/cli/cli.c
libmailutils/cli/cli.c
View file @
a6bd9b6
...
...
@@ -531,6 +531,8 @@ mu_cli (int argc, char **argv, struct mu_cli_setup *setup, char **capa,
{
struct
mu_parseopt
pohint
;
struct
mu_cfg_parse_hints
cfhint
;
pohint
.
po_flags
=
0
;
pohint
.
po_package_name
=
PACKAGE_NAME
;
pohint
.
po_flags
|=
MU_PARSEOPT_PACKAGE_NAME
;
...
...
Please
register
or
sign in
to post a comment