From 508ca2d353e4f50de6a75f9571ffdfafd62b8a7c Mon Sep 17 00:00:00 2001 From: fidian Date: Sat, 10 Feb 2001 01:34:07 +0000 Subject: [PATCH] * Another little bug I made when I was mucking with the code git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1114 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/left_main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/left_main.php b/src/left_main.php index efaa2522..2eabf0b7 100644 --- a/src/left_main.php +++ b/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; -- 2.25.1