X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=inline;f=templates%2Fdefault%2Fleft_main.tpl;h=becdde505993192b5c9149350ddb47a9e98f193a;hb=ad648d4c60bc23ce7fad4c8ff38fdd8c54db3603;hp=6b04911b51f24f4fe2681e6910c5069c79765384;hpb=2160f5bf9dff0c90d71dc90f02e6329dce8c7bdb;p=squirrelmail.git diff --git a/templates/default/left_main.tpl b/templates/default/left_main.tpl index 6b04911b..becdde50 100644 --- a/templates/default/left_main.tpl +++ b/templates/default/left_main.tpl @@ -73,7 +73,7 @@ * @author Steve Brown */ -// include required files +/** include required files */ include_once(SM_PATH . 'templates/util_global.php'); /* @@ -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.')'; }