Closed
Bug 7028
Opened 25 years ago
Closed 25 years ago
Sort should be sorted by text, not by the From field
Categories
(MailNews Core :: Backend, defect, P3)
MailNews Core
Backend
Tracking
(Not tracked)
VERIFIED
FIXED
M10
People
(Reporter: fenella, Assigned: Bienvenu)
Details
RE: 5/24 builds on win_nt 4.0, win98(1999-05-24-08 m6), and Linux (1999-05-24-08
m6)
Steps:
1. Open Messenger from the Task menu
2. Sort by View|Sort or by clicking on the Sender column, sort sorts by the From
field
Expected result: should be sorted by the text field so that users can visually
see the sort effect.
Have not tested Mac yet.
Updated•25 years ago
|
Assignee: phil → putterman
Comment 1•25 years ago
|
||
I'm taking this.
Updated•25 years ago
|
Target Milestone: M7
This bug report is broken out from bug
http://bugzilla.mozilla.org/show_bug.cgi?id=4731 per putterman's request.
Scott - is this yours then?
<I hate updating bugs at around the same time. Ignore my question.>
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M8
Comment 4•25 years ago
|
||
Setting to M8. David, this is one we talked about a while ago. Basically, I'm
getting the author collation key, but I'm displaying the sender's name using the
RFC822 parser. So it get's sorted by the from header which looks strange when
the sender's name is what's being displayed. We talked about having the the
parsing done in the DB code. Then we could have the collation key based on the
sender's name.
Scott
Updated•25 years ago
|
Target Milestone: M8 → M9
Comment 5•25 years ago
|
||
Moving to M9.
Assignee | ||
Updated•25 years ago
|
Assignee: putterman → bienvenu
Status: ASSIGNED → NEW
Assignee | ||
Comment 6•25 years ago
|
||
I think I have to do something here.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M9 → M10
Assignee | ||
Comment 7•25 years ago
|
||
I'm not sure I'm going to get to this before m10
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 8•25 years ago
|
||
I think this is fixed in nsMsgDatabase.cpp, by getting the sender from mime, and
then generating the collation key. I think libmime also deals with mime
decoding, so I don't do that anymore.
Linux (1999-08-10-08 M9) Win32 (1999-08-10-09 M9) and Mac (1999-08-10-09 M9)
The problem no longer exists.
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•