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
8bfddcab
...
8bfddcab92dc5b6af31ebc016b2014c1d9aa4f07
authored
2007-02-25 18:13:14 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(pop3d_parse_opt) --expire=0 implies --delete-expired.
1 parent
d6080cfd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
pop3d/pop3d.c
pop3d/pop3d.c
View file @
8bfddca
...
...
@@ -173,6 +173,8 @@ pop3d_parse_opt (int key, char *arg, struct argp_state *astate)
argp_error
(
astate
,
_
(
"Invalid number"
));
exit
(
1
);
}
if
(
expire
==
0
)
expire_on_exit
=
1
;
break
;
case
OPT_EXPIRE_ON_EXIT
:
...
...
Please
register
or
sign in
to post a comment