folder: Never display column headers (removed -header).
[mmh] / uip / msgchk.c
index b5b02c9..ee81226 100644 (file)
@@ -23,6 +23,7 @@ static struct swit switches[] = {
        { "version", 0 },
 #define HELPSW  5
        { "help", 0 },
+       { NULL, 0 },
 };
 
 /*
@@ -231,7 +232,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");
        }