We have only numeric timezone support (e.g. +0200) from now on.
[mmh] / uip / msgchk.c
index 932da20..e2707d3 100644 (file)
@@ -31,7 +31,6 @@ static struct swit switches[] = {
 */
 #define MAXVEC  51
 
-#define NT_NONE  0x0
 #define NT_MAIL  0x1
 #define NT_NMAI  0x2
 #define NT_ALL   (NT_MAIL | NT_NMAI)
@@ -232,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");
        }