Browse Source

whoops.. meant to uncomment this

Luke Ehresman 24 năm trước cách đây
mục cha
commit
f77dab27e5
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      src/left_main.php

+ 3 - 3
src/left_main.php

@@ -158,10 +158,10 @@
             $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 {