X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0a032eea07f6d77ac6ea4d5a39c9491c34358058..a109ec7024b3c857ab1b628788ec6c15c19ca513:/uip/msgchk.c?ds=inline diff --git a/uip/msgchk.c b/uip/msgchk.c index a412acea..3bc7f230 100644 --- a/uip/msgchk.c +++ b/uip/msgchk.c @@ -1,5 +1,4 @@ -/* - * msgchk.c -- check for mail +/* msgchk.c -- check for mail * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for @@ -9,6 +8,7 @@ #include #include #include +#include #include #include @@ -400,7 +400,7 @@ remotemail (char *host, char *port, char *user, char *proxy, int notifysw, printf ("%s has ", user); printf ("%d message%s (%d bytes)", - nmsgs, nmsgs != 1 ? "s" : "", nbytes); + nmsgs, PLURALS(nmsgs), nbytes); } else notifysw = 0;