Don't display counts for boxes that can't be selected. Also fixes bug of not display...
[squirrelmail.git] / 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