Closed (fixed)
Project:
Privatemsg
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Oct 2009 at 12:36 UTC
Updated:
12 Nov 2009 at 15:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
berdirCurrently, the list is sorted by is_new, which is an alias for SUM(is_new). That does not make sense, instead, it should use the old MAX(is_new) because we don't care how many new messages a thread has.
Comment #2
naheemsays commentedyes, this makes sense - untested as my setup is still... evolving, but I think this should go in.
(Saying that, I like the semantic effect that using sum has... potentially more important unread messages will be higher up...)
Comment #3
berdirFixed in 6.x-1.x-dev and 7.x-1.x-dev.