Closed
Bug 76517
Opened 24 years ago
Closed 24 years ago
you only get the "expired" article message once per message per session
Categories
(MailNews Core :: Networking: NNTP, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.2
People
(Reporter: sspitzer, Assigned: Bienvenu)
Details
(Keywords: regression, Whiteboard: [nsbeta1+])
Attachments
(1 file)
|
1.04 KB,
patch
|
Details | Diff | Splinter Review |
if read a message that has been expired, you'll get the special message saying
the message has been "expired".
if you try to read that message again in the same session, you'll get a blank
message body.
we should get the special message each time.
I think we're finding something in the message cache.
| Assignee | ||
Comment 1•24 years ago
|
||
should fix because indicates more problems with our use of the memory cache.
Keywords: nsbeta1,
regression
Comment 2•24 years ago
|
||
moving to mozilla0.9.2
Priority: -- → P3
Whiteboard: [nsbeta1+]
Target Milestone: --- → mozilla0.9.2
| Assignee | ||
Comment 3•24 years ago
|
||
| Assignee | ||
Comment 4•24 years ago
|
||
please review = fix is just to remove the mem cache entry for this message if we
get this error. We do need to do similar things for imap and when the message
download is stopped too, which I'll file as a separate bug.
| Assignee | ||
Comment 5•24 years ago
|
||
fix checked in (slight tweak to patch - checked for m_channelListener to see if
we're downloading the message for offline use, or not displaying the message,in
any case).
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Verified fixed:
Mac OS 9.1 : 2001050408
Windows 2000 : 2001050508
RedHat 7.0 : 2001050408
When going back to an expired message, we re-display the warning.
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
•