|
@@ -65,7 +65,7 @@ function formatMailboxName($imapConnection, $box_array) {
|
|
|
if ($unseen > 0) { $line .= '<B>'; }
|
|
|
|
|
|
/* Crate the link for this folder. */
|
|
|
- $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\">";
|
|
|
if ($special_color) {
|
|
|
$line .= "<FONT COLOR=\"$color[11]\">";
|
|
|
}
|