Open
Bug 1612520
Opened 6 years ago
Updated 4 years ago
Provide a mechanism for batching large "mark as read" operations
Categories
(Thunderbird :: Folder and Message Lists, enhancement)
Thunderbird
Folder and Message Lists
Tracking
(Not tracked)
NEW
People
(Reporter: squib, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: perf)
The folder summary (bug 492158) listens for changes to the folder's message list so that it can update its contents. This poses a problem when a user selects "Mark All Read" (or similar): Thunderbird treats this as N separate "Mark Read" operations, resulting in the folder summary getting bogged down by events.
The Mail Summaries add-on works around this by broadcasting a notification that "Mark All Read" is starting/ending, so that we know to ignore Mark Read events during that period. There's probably a better way to do this though.
You need to log in
before you can comment on or make changes to this bug.
Description
•