the last root folder is displayed (in my case it was "Tasks").
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5045
7612ce4b-ef26-0410-bec9-
ea0150e637f0
$fontend = "</font>";
}
$end .= '</nobr>';
-
- echo "" . $pre .$font. $boxes->mailboxname_sub .$fontend . $end. '<br />' . "\n";
- $j++;
-
+
+ if (!$boxes->is_root) {
+ echo "" . $pre .$font. $boxes->mailboxname_sub .$fontend . $end. '<br />' . "\n";
+ $j++;
+ }
+
if (!$collapse || $boxes->is_root) {
for ($i = 0; $i <count($boxes->mbxs); $i++) {
listBoxes($boxes->mbxs[$i],$j);