* Looks good to me in Netscape and IE
[squirrelmail.git] / src / left_main.php
index 6130bdba4d397500e57038dd7a8976696a16ee14..96ef4500fa0e3acfd06a3c0df11d280f91ba64c0 100644 (file)
@@ -11,9 +11,6 @@
     **/
 
    include('../src/validate.php');
-   include ("../functions/i18n.php");
-   include("../functions/strings.php");
-   include("../config/config.php");
    include("../functions/array.php");
    include("../functions/imap.php");
    include("../functions/page_header.php");
             $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 {