Fixed bug in display special folders code.
authorfallas <fallas@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 28 Oct 2001 11:40:04 +0000 (11:40 +0000)
committerfallas <fallas@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 28 Oct 2001 11:40:04 +0000 (11:40 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1636 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/left_main.php

index 194271f361904e344ec44b8433a1873fbd5c1223..f0699bfe4ea8bcdf21f1e9368ad5f06ff4ef462e 100644 (file)
@@ -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;