Browse Source

* Another little bug I made when I was mucking with the code

Tyler Akins 24 years ago
parent
commit
08d8c0c6b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/left_main.php

+ 1 - 1
src/left_main.php

@@ -73,7 +73,7 @@
       }
       
       $special_color = false;
-      if (($real_box == "inbox") ||
+      if ((strtolower($real_box) == "inbox") ||
 	  (($real_box == $trash_folder) && ($move_to_trash)) ||
 	  (($real_box == $sent_folder) && ($move_to_sent)))
 	 $special_color = true;