6.0.0-beta1
8/15/25

[#11278] Incorrect sorting in tradtional mailbox view
Summary Incorrect sorting in tradtional mailbox view
Queue IMP
Queue Version Git develop
Type Bug
State Resolved
Priority 2. Medium
Owners slusarz (at) horde (dot) org
Requester jan (at) horde (dot) org
Created 07/16/2012 (4778 days ago)
Due
Updated 08/29/2012 (4734 days ago)
Assigned
Resolved 07/16/2012 (4778 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
08/29/2012 12:42:38 PM Git Commit Comment #3 Reply to this comment
Changes have been made in Git (master):

commit 8b2934bf9829218c09eb2658e4cd9ef7fe3332a1
Author: Michael M Slusarz <slusarz@horde.org>
Date:   Mon Jul 16 13:17:29 2012 -0600

     [mms] Fix mailbox sorting in traditional view (Bug #11278).

     Fetch results can be returned in any order, so need to iterate using
     sorted list.

  imp/docs/CHANGES         |    1 +
  imp/lib/Mailbox/List.php |   12 ++++++++++--
  imp/package.xml          |    2 ++
  3 files changed, 13 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/8b2934bf9829218c09eb2658e4cd9ef7fe3332a1
07/16/2012 07:22:47 PM Michael Slusarz State ⇒ Resolved
 
07/16/2012 07:22:27 PM Git Commit Comment #2 Reply to this comment
Changes have been made in Git (develop):

commit 8b2934bf9829218c09eb2658e4cd9ef7fe3332a1
Author: Michael M Slusarz <slusarz@horde.org>
Date:   Mon Jul 16 13:17:29 2012 -0600

     [mms] Fix mailbox sorting in traditional view (Bug #11278).

     Fetch results can be returned in any order, so need to iterate using
     sorted list.

  imp/docs/CHANGES         |    1 +
  imp/lib/Mailbox/List.php |   12 ++++++++++--
  imp/package.xml          |    2 ++
  3 files changed, 13 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/8b2934bf9829218c09eb2658e4cd9ef7fe3332a1
07/16/2012 11:57:55 AM Jan Schneider Comment #1
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Assigned to Michael Slusarz
Queue ⇒ IMP
Summary ⇒ Incorrect sorting in tradtional mailbox view
Type ⇒ Bug
State ⇒ Assigned
Reply to this comment
If sorting reverse by thread in the traditional mode, the sorting 
*inside* each page is in the wrong direction. The first page does 
contain the newest messages, but the newest messages are at the bottom.

Saved Queries