From: Michael M Slusarz Date: Sat, 27 Mar 2010 01:54:23 +0000 (-0600) Subject: Remove debug artifact X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f6517756bd9e9de7349aa715d3db510e3bd1b0ee;p=horde.git Remove debug artifact --- diff --git a/imp/lib/Mailbox.php b/imp/lib/Mailbox.php index 88f26fdf8..8413e8f46 100644 --- a/imp/lib/Mailbox.php +++ b/imp/lib/Mailbox.php @@ -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();