msgchk: assume -date by default
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -57,7 +57,7 @@ struct mh_option mh_option[] = { | ... | @@ -57,7 +57,7 @@ struct mh_option mh_option[] = { |
57 | { NULL } | 57 | { NULL } |
58 | }; | 58 | }; |
59 | 59 | ||
60 | int date_option; | 60 | int date_option = 1; |
61 | int apop_option; | 61 | int apop_option; |
62 | char *remote_host; | 62 | char *remote_host; |
63 | char *remote_user; | 63 | char *remote_user; | ... | ... |
-
Please register or sign in to post a comment