Closed
Bug 11104
Opened 25 years ago
Closed 25 years ago
News: Mark messages all read doesn't work
Categories
(SeaMonkey :: MailNews: Message Display, defect, P3)
SeaMonkey
MailNews: Message Display
Tracking
(Not tracked)
VERIFIED
FIXED
M9
People
(Reporter: mcafee, Assigned: sspitzer)
Details
News, Mark messages all read doesn't seem to
do anything.
Comment 2•25 years ago
|
||
I've implemented this at the RDF and folder level. In theory, if the db call
MarkAllRead is implemented, this would work for news as well. When you get a
chance, can you put a milestone on this.
Assignee | ||
Comment 3•25 years ago
|
||
here's why news doesn't work:
mozilla/mailnews/db/msgdb/src/nsNewsDatabase.cpp
nsresult nsNewsDatabase::MarkAllRead(nsMsgKeyArray *thoseMarked)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
good catch, mcafee.
implementing this now.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M9
Assignee | ||
Comment 4•25 years ago
|
||
marking m9.
accepting.
and mcafee, thanks for using messenger 5.0 and logging bugs! keep them coming!
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•25 years ago
|
||
fixed.
Linux (1999-08-11-01 M9), Win32 (1999-08-1109 M9)
Mark Message All Read works on News now.
Unable to test Mac. News is broken on Mac.
Assignee | ||
Comment 7•25 years ago
|
||
"News is broken on Mac."
I'm going to need more details than that.
What's broken? Please open bugs and log them against me.
I'm building the tip right now on my iMac, and I'll test news when its done.
Peter is currently testing on Mac. He or Par will log new bugs against the Mac
for News.
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•