Renamed -version switch to -Version to remove the conflict with -verbose.
[mmh] / uip / msgchk.c
index b5b02c9..dfbdd69 100644 (file)
@@ -20,9 +20,10 @@ static struct swit switches[] = {
 #define NNOTESW  3
        { "nonotify type", 0 },
 #define VERSIONSW  4
-       { "version", 0 },
+       { "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");
        }