Closed
Bug 179736
Opened 22 years ago
Closed 22 years ago
References: headers with Horizontal TABs are leading to wrong threading
Categories
(MailNews Core :: Database, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: llo8or4sf, Assigned: Bienvenu)
Details
Attachments
(1 file)
652 bytes,
patch
|
sspitzer
:
superreview+
blizzard
:
approval+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3a) Gecko/20021112
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3a) Gecko/20021112
References: headers with horizontal tabs (ex. folded references:
headers) in messages are leading to wrong threading.
Patch from bug 167305 saw cr, lf and space characters, but it missed
tab character.
Reproducible: Always
Steps to Reproduce:
[mail a]
Message-ID: <msg-id-a>
[mail b]
Message-ID: <msg-id-b>
References: <msg-id-a>
[mail c]
Message-ID: <msg-id-c>
References: <msg-id-a>
<msg-id-b>
(mail c's references: header is folded with "cr lf tab.")
Actual Results:
threaded view:
[mail a]
+- [mail b]
+- [mail c]
Expected Results:
threaded view:
[mail a]
+- [mail b]
+- [mail c]
Assignee | ||
Comment 1•22 years ago
|
||
add check for tab. I tried to use nsCRT::TAB, but it doesn't compile!
Comment 2•22 years ago
|
||
Comment on attachment 105972 [details] [diff] [review]
proposed fix
sr=sspitzer
Attachment #105972 -
Flags: superreview+
Updated•22 years ago
|
QA Contact: gayatri → laurel
Assignee | ||
Comment 3•22 years ago
|
||
fix checked in - thx for diagnosing the problem!
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 4•22 years ago
|
||
I think you should use nsCRT::TAB instead of "\t".
Assignee | ||
Comment 5•22 years ago
|
||
I tried that, as I said before. It didn't compile. And since there are no
instances of it in the whole mozilla tree, I suspect I'm not the only person for
whom it didn't compile.
This bug and bug 167305 are reproduced on 1.0 branch also. (tested
2002-11-12-13-1.0 nightly build)
Can these fixes come into 1.0 branch?
Assignee | ||
Comment 7•22 years ago
|
||
I don't know what the policy for getting this kind of thing into the 1.0 branch
is. I can see about getting it into the 1.2 branch, and ask about the 1.0 branch.
Assignee | ||
Comment 9•22 years ago
|
||
I've asked about both - I was told it wouldn't be allowed into the 1.0 branch,
and I'm still waiting to hear about the 1.2 branch.
Reporter | ||
Comment 10•22 years ago
|
||
Now I've verified this bug was fixed on 2002-11-13-08-trunk nightly
build, Windows98SE.
To refresh .msf file, though, it is necessary to run "conpact folders"
after moved each latest mail in folders to anothor and back.
(I don't know more easy way to refresh.)
Comment 11•22 years ago
|
||
Comment on attachment 105972 [details] [diff] [review]
proposed fix
a=blizzard on behalf of drivers for 1.2
Attachment #105972 -
Flags: approval+
Comment 12•22 years ago
|
||
This has been checked into the 1.2 branch.
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
•