|
@@ -158,10 +158,10 @@
|
|
$line .= "<FONT COLOR=\"$color[10]\">";
|
|
$line .= "<FONT COLOR=\"$color[10]\">";
|
|
if (ereg("^( *)([^ ]*)", $mailbox, $regs)) {
|
|
if (ereg("^( *)([^ ]*)", $mailbox, $regs)) {
|
|
$line .= str_replace(' ', ' ', $mailbox);
|
|
$line .= str_replace(' ', ' ', $mailbox);
|
|
- //if (isset($boxes[$i]['parent']))
|
|
|
|
|
|
+ if (isset($boxes[$i]['parent']))
|
|
$line .= FoldLink($boxes[$i]['unformatted'], $boxes[$i]['parent']);
|
|
$line .= FoldLink($boxes[$i]['unformatted'], $boxes[$i]['parent']);
|
|
- //elseif ($collapse_folders)
|
|
|
|
- // $line .= '<tt> </tt> ';
|
|
|
|
|
|
+ elseif ($collapse_folders)
|
|
|
|
+ $line .= '<tt> </tt> ';
|
|
}
|
|
}
|
|
$line .= '</FONT>';
|
|
$line .= '</FONT>';
|
|
} else {
|
|
} else {
|