whoops.. meant to uncomment this
authorlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 22 Apr 2001 05:32:24 +0000 (05:32 +0000)
committerlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 22 Apr 2001 05:32:24 +0000 (05:32 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1288 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/left_main.php

index 6130bdba4d397500e57038dd7a8976696a16ee14..a907a73fa1e3bc8f3440203137657ae7a562ddb4 100644 (file)
             $line .= "<FONT COLOR=\"$color[10]\">";
             if (ereg("^( *)([^ ]*)", $mailbox, $regs)) {
                 $line .= str_replace(' ', '&nbsp;', $mailbox);
-                //if (isset($boxes[$i]['parent']))
+                if (isset($boxes[$i]['parent']))
                     $line .= FoldLink($boxes[$i]['unformatted'], $boxes[$i]['parent']);
-                //elseif ($collapse_folders)
-                //    $line .= '<tt>&nbsp;</tt>&nbsp;';
+                elseif ($collapse_folders)
+                    $line .= '<tt>&nbsp;</tt>&nbsp;';
             }
             $line .= '</FONT>';
          } else {