浏览代码

this looks better ;)

stekkel 21 年之前
父节点
当前提交
fdbe495736
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      functions/mailbox_display.php

+ 1 - 1
functions/mailbox_display.php

@@ -585,7 +585,7 @@ function showMessagesForMailbox($imapConnection, $mailbox, $num_msgs,
 
         if ($thread_sort_messages == 1) {
             $mode = 'thread';
-        } elseif (sqimap_capabilty($imapConnection,'SORT') && !$disable_server_sort == 1) {
+        } elseif (sqimap_capabilty($imapConnection,'SORT') && $disable_server_sort != 1) {
             $mode = 'serversort';
         } else {
             $mode = '';