瀏覽代碼

When displaying the folder pane, treat Inbox as if it is selectable, ALWAYS.
This should work around the problem with Cyrus and Inbox being unsubscribed. (What a mess)

tassium 22 年之前
父節點
當前提交
5542958d7c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/left_main.php

+ 1 - 1
src/left_main.php

@@ -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>';
                 }