浏览代码

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

Tyler Akins 24 年之前
父节点
当前提交
08d8c0c6b0
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;