(no commit message)
authorArt Cancro <ajc@citadel.org>
Sat, 15 Oct 2005 04:52:31 +0000 (04:52 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 15 Oct 2005 04:52:31 +0000 (04:52 +0000)
webcit/iconbar.c

index e2e20f128d0098a6990f476ad0371af0addac99d..3fdc48bcd8b12a89bdc05216840ca80bbd6e3e28 100644 (file)
@@ -115,9 +115,11 @@ void do_iconbar(void) {
                if (ib_displayas != IB_PICONLY) {
                        wprintf(_("Mail"));
                        if (WC->new_mail != WC->remember_new_mail) {
+/*
                                if (WC->new_mail > 0) {
                                        wprintf(" <b>(%d)</b>", WC->new_mail);
                                }
+*/
                                WC->remember_new_mail = WC->new_mail;
                        }
                }