| 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 (5016 days ago) |
| Due | |
| Updated | 8/29/12 (4972 days ago) |
| Assigned | |
| Resolved | 7/16/12 (5016 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
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
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
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Assigned to Michael Slusarz
Queue ⇒ IMP
Summary ⇒ Incorrect sorting in tradtional mailbox view
Type ⇒ Bug
State ⇒ Assigned
*inside* each page is in the wrong direction. The first page does
contain the newest messages, but the newest messages are at the bottom.