Remove debug artifact
authorMichael M Slusarz <slusarz@curecanti.org>
Sat, 27 Mar 2010 01:54:23 +0000 (19:54 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Sat, 27 Mar 2010 01:54:23 +0000 (19:54 -0600)
imp/lib/Mailbox.php

index 88f26fd..8413e8f 100644 (file)
@@ -334,8 +334,6 @@ class IMP_Mailbox
             }
         } else {
             $sortpref = IMP::getSort($this->_mailbox, true);
-            $sortpref['by'] = 1;
-
             if ($sortpref['by'] == Horde_Imap_Client::SORT_THREAD) {
                 $this->_threadob = null;
                 $threadob = $this->getThreadOb();