X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmsgchk.c;h=dfbdd69e1df828fa726fd31737ea042cdf9d640f;hp=b5b02c910c3280d75dfe468db47f67750315fd20;hb=32b2354dbaf4bf934936eb5b102a4a3d2fdd209a;hpb=f58df8a711003c845bb2f899574ac8ed9ffa30fd diff --git a/uip/msgchk.c b/uip/msgchk.c index b5b02c9..dfbdd69 100644 --- a/uip/msgchk.c +++ b/uip/msgchk.c @@ -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"); }