|
@@ -66,6 +66,7 @@
|
|
global $use_special_folder_color;
|
|
global $use_special_folder_color;
|
|
|
|
|
|
$real_box = $box_array['unformatted'];
|
|
$real_box = $box_array['unformatted'];
|
|
|
|
+ $fm = $box_array['formatted'];
|
|
$mailbox = str_replace(' ','',$box_array['formatted']);
|
|
$mailbox = str_replace(' ','',$box_array['formatted']);
|
|
$mailboxURL = urlencode($real_box);
|
|
$mailboxURL = urlencode($real_box);
|
|
|
|
|
|
@@ -229,6 +230,7 @@
|
|
if (in_array('noselect', $boxes[$i]['flags'])) {
|
|
if (in_array('noselect', $boxes[$i]['flags'])) {
|
|
$line .= "<FONT COLOR=\"$color[10]\">";
|
|
$line .= "<FONT COLOR=\"$color[10]\">";
|
|
if (ereg("^( *)([^ ]*)", $mailbox, $regs)) {
|
|
if (ereg("^( *)([^ ]*)", $mailbox, $regs)) {
|
|
|
|
+ $mailbox = str_replace(' ','',$mailbox);
|
|
$line .= str_replace(' ', ' ', $mailbox);
|
|
$line .= str_replace(' ', ' ', $mailbox);
|
|
}
|
|
}
|
|
$line .= '</FONT>';
|
|
$line .= '</FONT>';
|