]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.c
* Minor cosmetic changes, extraneous double spaces etc.
[citadel.git] / citadel / citadel.c
index 182491cf8583efcfbdce60a9455b93358c81c02f..eeccb3c61f92ab58eca71cf01499912ffe5e44cf 100644 (file)
@@ -462,7 +462,10 @@ void dotgoto(char *towhere, int display_name, int fromungoto)
                newmailcount = extract_int(&aaa[4], 9);
                if (newmailcount > 0) {
                        color(BRIGHT_RED);
-                       scr_printf("*** You have new mail\n");
+                       scr_printf("*** You have %d new mail message%s\n",
+                                       newmailcount - oldmailcount,
+                                       (newmailcount - oldmailcount == 1) ?
+                                       "" : "s");
                        color(DIM_WHITE);
                }
                status_line(serv_info.serv_humannode, serv_info.serv_bbs_city,