When displaying the folder pane, treat Inbox as if it is selectable, ALWAYS.
authortassium <tassium@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 8 Jul 2003 15:13:43 +0000 (15:13 +0000)
committertassium <tassium@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 8 Jul 2003 15:13:43 +0000 (15:13 +0000)
This should work around the problem with Cyrus and Inbox being unsubscribed. (What a mess)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5250 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/left_main.php

index 71fb702868f5373e4f11e46d59a4257c064fd489..f6165b9ef665377529441e518a1646abd71aba58 100644 (file)
@@ -362,7 +362,7 @@ function listBoxes ($boxes, $j=0 ) {
                         "</small>";
             }
         } else {
-            if (!$boxes->is_noselect) {
+            if (!$boxes->is_noselect || strtolower($boxes->mailboxname_full)=="inbox") {
                 if ($unseen > 0) {
                     $pre .= '<b>';
                 }