fixed renaming problems
[squirrelmail.git] / src / folders.php
index 1084ba334272f79f1c512bbcd96775433ad350f4..12da0c38d5eb9cec6c8e105c00ecaa919479ffa0 100644 (file)
             }
          }
          if ($use_folder == true) {
-            $box = $boxes[$i]["unformatted"];
+            $box = $boxes[$i]["unformatted-dm"];
             $box2 = replace_spaces($boxes[$i]["formatted"]);
             echo "         <OPTION VALUE=\"$box\">$box2\n";
          }