Closed
Bug 240465
Opened 21 years ago
Closed 21 years ago
new flag on folder not getting cleared when last new message is read
Categories
(MailNews Core :: Database, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Bienvenu, Assigned: Bienvenu)
Details
(Keywords: regression)
Attachments
(1 file)
551 bytes,
patch
|
mscott
:
superreview+
|
Details | Diff | Splinter Review |
If you have a filter that moves a message to a local folder, and then you open
that folder and read the message, the new flag is not cleared on the folder
until you delete the message, or leave the folder. This is a regression due to
my switching the new set to be a key array from a key set - key arrays don't
protect against duplicate entries, and we were adding the new message to the new
set twice. The fix is to not add a message to the new set if it's already in the
new set.
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #146075 -
Flags: superreview?(mscott)
Updated•21 years ago
|
Attachment #146075 -
Flags: superreview?(mscott) → superreview+
Assignee | ||
Comment 2•21 years ago
|
||
fix checked in.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•21 years ago
|
Keywords: regression
Comment 3•21 years ago
|
||
not in yesterday's nightly build
looking for the next one
Updated•20 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
•