Closed
Bug 22499
Opened 26 years ago
Closed 26 years ago
Replied message should be the immediate descendant of the message, not the top level parents
Categories
(MailNews Core :: Backend, defect, P3)
MailNews Core
Backend
Tracking
(Not tracked)
M14
People
(Reporter: fenella, Assigned: Bienvenu)
Details
Linux Redhat 6.0 (1999-12-22-08 M13)
Win_nt 4.0 (1999-12-22-08 M13)
Mac (1999-12-22-08 M13)
Summary: Replied message to a decendant message should be the immediate
descendant of the decendant message, not the top level parent message
Steps:
1. Launch Messenger using the -mail option
2. Select a decendant (msg 2) of a message (msg 1) , reply to msg 2..
3. View the replied message (msg 3) that is sorted by thread
Actual result: the replied message (msg 3) is displayed in the thread view as a
child of the first level parent (msg 1).
> msg 1
> msg 2
> msg 3
Expected result: the replied message should be displayed in the thread view as a
child of the second level parent:
> msg 1
> msg 2
> msg 3
This problem occurs in all 3 platforms.
Updated•26 years ago
|
Assignee: phil → bienvenu
Target Milestone: M14
Comment 1•26 years ago
|
||
Reassign to bienvenu, cc putterman. Seems like a beta stopper, so marking M14.
| Assignee | ||
Comment 2•26 years ago
|
||
this is not a threading bug. The message composition/sending code is not putting
the references header in, so I can't thread by references very well. If you send
these messages with 4.x, 5.0 will thread them just fine. I'll try to figure out
why this is broken, but I don't know anything about the message compose code.
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
| Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•