From dfe4358bd9dfb2c3faaf2f5400588447f643bf4e Mon Sep 17 00:00:00 2001 From: teepe Date: Fri, 2 Nov 2001 13:58:53 +0000 Subject: [PATCH] finetuned collapseable folders formatting git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1676 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/left_main.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/left_main.php b/src/left_main.php index 9d18c551..43eca039 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -66,6 +66,7 @@ global $use_special_folder_color; $real_box = $box_array['unformatted']; + $fm = $box_array['formatted']; $mailbox = str_replace(' ','',$box_array['formatted']); $mailboxURL = urlencode($real_box); @@ -229,6 +230,7 @@ if (in_array('noselect', $boxes[$i]['flags'])) { $line .= ""; if (ereg("^( *)([^ ]*)", $mailbox, $regs)) { + $mailbox = str_replace(' ','',$mailbox); $line .= str_replace(' ', ' ', $mailbox); } $line .= ''; -- 2.25.1