]> git.marmaro.de Git - mmh/blobdiff - uip/msgchk.c
We have only numeric timezone support (e.g. +0200) from now on.
[mmh] / uip / msgchk.c
index b5b02c910c3280d75dfe468db47f67750315fd20..e2707d330fcc0d74fa82de4ef5b69692664ae310 100644 (file)
@@ -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");
        }