Commit 9be3f81f 9be3f81ff2ada509eac8338db68a10a73cf19c51 by Sergey Poznyakoff

msgchk: assume -date by default

1 parent 259e8389
...@@ -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;
......