Closed
Bug 23044
Opened 25 years ago
Closed 25 years ago
assertions caused by long newsgroup names
Categories
(MailNews Core :: Backend, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M13
People
(Reporter: sspitzer, Assigned: sspitzer)
Details
..and probably long imap folder names.
the magic for hashing long newsgroup / folder names is not being used.
GetPath / parseURI either needs to do the hashing, or the platform specific
nsFileSpec implementations need to do it.
I'm seeing this with netscape.public.mozilla.mail-news and
netscape.public.mozilla.performance
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Target Milestone: M13
Assignee | ||
Comment 1•25 years ago
|
||
fixed. using NS_MsgHashIfNecessary in parseURI() now.
bug seth filed against himself. Will mark verified.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•