Summary | Non-intuitive message sorting |
Queue | IMP |
Queue Version | 4.0.3 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | t.zell (at) gmx (dot) de |
Created | 08/04/2005 (7299 days ago) |
Due | |
Updated | 08/04/2005 (7299 days ago) |
Assigned | |
Resolved | 08/04/2005 (7299 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Non-intuitive message sorting
Queue ⇒ IMP
New Attachment: patch.diff
column. However, they also appear in all other columns, although those
aren't sorted (and therefore cannot have a 'direction'). The arrows
are confusing for a user, and rather unnecessary, since there actually
is only one global sorting direction in the underlying code.
I propose to remove the arrows from all columns except from the one
that is currently active. This has the small disadvantage that you
cannot change the current sorting direction and column at the same
time with one click, but I believe the advantages of a cleaner
interface prevail.
A patch that implements this is attached.