Don't display counts for boxes that can't be selected. Also fixes bug of not display...
authorstevetruckstuff <stevetruckstuff@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 6 Mar 2006 17:02:27 +0000 (17:02 +0000)
committerstevetruckstuff <stevetruckstuff@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 6 Mar 2006 17:02:27 +0000 (17:02 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10891 7612ce4b-ef26-0410-bec9-ea0150e637f0

templates/default_advanced/left_main.tpl

index a9bed7a637fbac209ef172f744ee109528631cfa..e3d8e9f253c5360513762f1cef8c7d5b97de335b 100644 (file)
@@ -122,7 +122,7 @@ function buildMailboxTree ($box, $settings, $parent_node=-1) {
                                 $box['CummulativeUnreadCount'] :
                                 $box['UnreadCount'];
                 
-                if ($unseen > 0) {
+                if (!$box['IsNoSelect'] && ($unseen > 0 || $settings['unreadNotificationDisplayTotal'])) {
                     $unseen_str = $unseen;
         
                     // Add the total messages if desired