X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=templates%2Fdefault%2Fleft_main.tpl;h=becdde505993192b5c9149350ddb47a9e98f193a;hp=9fb938ab2fbcebd1500a8cde7e0f88dc1b209d11;hb=ad648d4c60bc23ce7fad4c8ff38fdd8c54db3603;hpb=a9527551fc4be07a5e2974e3fa8ab691415be1d1 diff --git a/templates/default/left_main.tpl b/templates/default/left_main.tpl index 9fb938ab..becdde50 100644 --- a/templates/default/left_main.tpl +++ b/templates/default/left_main.tpl @@ -188,7 +188,7 @@ function buildMailboxTree ($box, $settings, $indent_factor=0) { $end .= ''; // Print unread info - if ($box['MessageCount'] > 0) { + if ($box['MessageCount'] > 0 || count($box['ChildBoxes'])) { if (!empty($unseen_str)) { $end .= ' ('.$unseen_str.')'; }