From fb0ca79765cb008eee66a4cb8549597815598110 Mon Sep 17 00:00:00 2001 From: stekkel Date: Wed, 28 Aug 2002 10:40:16 +0000 Subject: [PATCH] put back text-decoration:none git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3488 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/left_main.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/left_main.php b/src/left_main.php index fe0a2ff7..072763d4 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -65,8 +65,10 @@ function formatMailboxName($imapConnection, $box_array) { /* If there are unseen message, bold the line. */ if ($unseen > 0) { $line .= ''; } - /* Crate the link for this folder. */ - $line .= ""; + /* Create the link for this folder. */ + $line .= ''; + if ($special_color) { $line .= ""; } -- 2.25.1