(pop3d_parse_opt) --expire=0 implies --delete-expired.
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -173,6 +173,8 @@ pop3d_parse_opt (int key, char *arg, struct argp_state *astate) | ... | @@ -173,6 +173,8 @@ pop3d_parse_opt (int key, char *arg, struct argp_state *astate) |
173 | argp_error (astate, _("Invalid number")); | 173 | argp_error (astate, _("Invalid number")); |
174 | exit (1); | 174 | exit (1); |
175 | } | 175 | } |
176 | if (expire == 0) | ||
177 | expire_on_exit = 1; | ||
176 | break; | 178 | break; |
177 | 179 | ||
178 | case OPT_EXPIRE_ON_EXIT: | 180 | case OPT_EXPIRE_ON_EXIT: | ... | ... |
-
Please register or sign in to post a comment