Jelajahi Sumber

this looks better ;)

stekkel 21 tahun lalu
induk
melakukan
fdbe495736
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 = '';