X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmsgchk.c;h=e2707d330fcc0d74fa82de4ef5b69692664ae310;hp=b5b02c910c3280d75dfe468db47f67750315fd20;hb=2e5668919988fce4e523cbf2294698841b1106a0;hpb=701adc46db60b3ca1f2e5087805eba59ffe87976 diff --git a/uip/msgchk.c b/uip/msgchk.c index b5b02c9..e2707d3 100644 --- a/uip/msgchk.c +++ b/uip/msgchk.c @@ -231,7 +231,7 @@ checkmail(char *user, int datesw, int notifysw, int personal) if (notifysw) { if (datesw && st.st_atime) { - printf("; last read on %s", dtime(&st.st_atime, 1)); + printf("; last read on %s", dtime(&st.st_atime)); } printf("\n"); }