6.0.0-RC7
6/22/26

[#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 7/16/12 (5089 days ago)
Due
Updated 8/29/12 (5045 days ago)
Assigned
Resolved 7/16/12 (5089 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
3812 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
477 Michael Slusarz State ⇒ Resolved
 
277 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
5511 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