Browse Source

Fixed bug in display special folders code.

fallas 24 years ago
parent
commit
bb69847a83
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/left_main.php

+ 1 - 1
src/left_main.php

@@ -83,7 +83,7 @@
       $special_color = false;
       if ((strtolower($real_box) == 'inbox') ||
           (($real_box == $trash_folder) && ($move_to_trash)) ||
-          (($real_box == $sent_folder) && ($move_to_sent)))
+          (($real_box == $sent_folder) && ($move_to_sent)) ||
           (($real_box == $draft_folder) && ($save_as_draft)))
           $special_color = true;