]> diplodocus.org Git - nmh/blobdiff - uip/msgchk.c
Start of work to fix lack of address rewriting for bcc
[nmh] / uip / msgchk.c
index 2fede57e791352a9f3e603382b659bfc536a82cb..3bc7f230fc9bdb2bb8e412b379e192a1e781262d 100644 (file)
@@ -8,6 +8,7 @@
 #include <h/mh.h>
 #include <h/mts.h>
 #include <h/tws.h>
+#include <h/utils.h>
 #include <pwd.h>
 
 #include <h/popsbr.h>
@@ -399,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;