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
8594f053
...
8594f053df8ed4de9735f40355fd5608eab1cfb9
authored
2009-11-05 19:08:29 +0200
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Bugfix.
* mail/mail.c (parse_opt): Fix handling of the --user option.
1 parent
9d8856ed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
mail/mail.c
mail/mail.c
View file @
8594f05
...
...
@@ -183,6 +183,8 @@ parse_opt (int key, char *arg, struct argp_state *state)
}
else
if
(
args
->
argc
||
(
args
->
hint
&
HINT_SEND_MODE
))
util_cache_command
(
&
command_list
,
"setq mode=send"
);
else
if
(
args
->
user
)
asprintf
(
&
args
->
file
,
"%%%s"
,
args
->
user
);
break
;
default:
...
...
Please
register
or
sign in
to post a comment