Commit 9be3f81f 9be3f81ff2ada509eac8338db68a10a73cf19c51 by Sergey Poznyakoff

msgchk: assume -date by default

1 parent 259e8389
......@@ -57,7 +57,7 @@ struct mh_option mh_option[] = {
{ NULL }
};
int date_option;
int date_option = 1;
int apop_option;
char *remote_host;
char *remote_user;
......