Closed
Bug 461584
Opened 17 years ago
Closed 17 years ago
toggling imap message read state doesn't work in cross-folder saved search
Categories
(MailNews Core :: Backend, defect)
MailNews Core
Backend
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3.0b1
People
(Reporter: Bienvenu, Assigned: Bienvenu)
Details
Attachments
(1 file)
1.00 KB,
patch
|
neil
:
review+
neil
:
superreview+
|
Details | Diff | Splinter Review |
If I have an unread imap message in a cross-folder saved search, clicking on the green icon doesn't mark it read on the server.
The reason is that the toggle code assumes a single folder db, and thus doesn't know if the message is read or not.
Flags: blocking-thunderbird3+
Assignee | ||
Comment 1•17 years ago
|
||
just check the view flags, which have already been set by the generic (non-imap) code above.
Attachment #344681 -
Flags: superreview?(neil)
Attachment #344681 -
Flags: review?(neil)
Updated•17 years ago
|
Attachment #344681 -
Flags: superreview?(neil)
Attachment #344681 -
Flags: superreview+
Attachment #344681 -
Flags: review?(neil)
Attachment #344681 -
Flags: review+
Assignee | ||
Comment 2•17 years ago
|
||
fix checked in changeset: 707:2ce4d984819d
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
OS: Windows XP → All
Hardware: PC → All
You need to log in
before you can comment on or make changes to this bug.
Description
•