this looks better ;)
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 22 Apr 2004 18:27:01 +0000 (18:27 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 22 Apr 2004 18:27:01 +0000 (18:27 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7223 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mailbox_display.php

index 7e43bdf1112f427389e99b6a4d16fef30df9aa50..dc103ffce533c92caa54372d2edb34e71d3201dd 100644 (file)
@@ -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 = '';