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
e7045ced
...
e7045ced1d0c1d761071f5a1ceeff708ce563672
authored
2006-05-16 08:38:13 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(opt_handler): Allow -noheader and -nototal to be used with -all.
1 parent
eeaa3480
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
mh/folder.c
mh/folder.c
View file @
e7045ce
...
...
@@ -175,6 +175,7 @@ opt_handler (int key, char *arg, void *unused, struct argp_state *state)
case
ARG_ALL
:
show_all
++
;
print_header
=
print_total
=
1
;
break
;
case
ARG_CREATE
:
...
...
@@ -890,8 +891,5 @@ main (int argc, char **argv)
exit
(
1
);
}
if
(
show_all
)
print_header
=
print_total
=
1
;
return
(
*
action
)
();
}
...
...
Please
register
or
sign in
to post a comment