We have only numeric timezone support (e.g. +0200) from now on.
[mmh] / uip / msgchk.c
index b5b02c9..e2707d3 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");
        }