From 7161db624bcf089c344d10c9d54077a1f6e1b11c Mon Sep 17 00:00:00 2001 From: lkehresman Date: Sun, 22 Apr 2001 05:32:24 +0000 Subject: [PATCH] whoops.. meant to uncomment this git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1288 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/left_main.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/left_main.php b/src/left_main.php index 6130bdba..a907a73f 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -158,10 +158,10 @@ $line .= ""; if (ereg("^( *)([^ ]*)", $mailbox, $regs)) { $line .= str_replace(' ', ' ', $mailbox); - //if (isset($boxes[$i]['parent'])) + if (isset($boxes[$i]['parent'])) $line .= FoldLink($boxes[$i]['unformatted'], $boxes[$i]['parent']); - //elseif ($collapse_folders) - // $line .= '  '; + elseif ($collapse_folders) + $line .= '  '; } $line .= ''; } else { -- 2.25.1