|
@@ -77,14 +77,14 @@
|
|
}
|
|
}
|
|
|
|
|
|
if ($unseen > 0)
|
|
if ($unseen > 0)
|
|
- $line .= "<B>";
|
|
|
|
|
|
+ $line .= ' <B>';
|
|
$line .= str_replace(' ', ' ', $spaces);
|
|
$line .= str_replace(' ', ' ', $spaces);
|
|
|
|
|
|
if ($collapse_folders) {
|
|
if ($collapse_folders) {
|
|
if (isset($box_array['parent']))
|
|
if (isset($box_array['parent']))
|
|
$line .= FoldLink($box_array['unformatted'], $box_array['parent']);
|
|
$line .= FoldLink($box_array['unformatted'], $box_array['parent']);
|
|
else
|
|
else
|
|
- $line .= '<tt> </tt> ';
|
|
|
|
|
|
+ $line .= '<tt> </tt> ';
|
|
}
|
|
}
|
|
|
|
|
|
$line .= "<a href=\"right_main.php?sort=0&startMessage=1&mailbox=$mailboxURL\" target=\"right\" style=\"text-decoration:none\">";
|
|
$line .= "<a href=\"right_main.php?sort=0&startMessage=1&mailbox=$mailboxURL\" target=\"right\" style=\"text-decoration:none\">";
|
|
@@ -93,7 +93,7 @@
|
|
$line .= str_replace(' ',' ',$mailbox);
|
|
$line .= str_replace(' ',' ',$mailbox);
|
|
if ($special_color == true)
|
|
if ($special_color == true)
|
|
$line .= "</font>";
|
|
$line .= "</font>";
|
|
- $line .= "</a>";
|
|
|
|
|
|
+ $line .= '</a>';
|
|
|
|
|
|
if ($unseen > 0)
|
|
if ($unseen > 0)
|
|
$line .= "</B>";
|
|
$line .= "</B>";
|
|
@@ -189,7 +189,7 @@
|
|
|
|
|
|
function FoldLink($mailbox, $folded) {
|
|
function FoldLink($mailbox, $folded) {
|
|
$mailbox = urlencode($mailbox);
|
|
$mailbox = urlencode($mailbox);
|
|
- $link = '<tt><a target="left" style="text-decoration:none" ';
|
|
|
|
|
|
+ $link = ' <tt><a target="left" style="text-decoration:none" ';
|
|
$link .= 'href="left_main.php?';
|
|
$link .= 'href="left_main.php?';
|
|
if ($folded)
|
|
if ($folded)
|
|
$link .= "unfold=$mailbox\">+";
|
|
$link .= "unfold=$mailbox\">+";
|