Closed
Bug 75052
Opened 24 years ago
Closed 24 years ago
Flags are removed after switching folders or getting messages
Categories
(SeaMonkey :: MailNews: Message Display, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.1
People
(Reporter: nbaca, Assigned: sspitzer)
References
Details
(Whiteboard: [nsbeta1+])
Build 2001-04-04-04: NT4
Also reproduced on linux and mac
Overview: Flags disappear after switching folders or getting messages.
Steps to reproduce:
1. Select the Inbox
2. Mark any message with a flag
3. Select "Get Msg" button (or switch to another folder and back to the Inbox)
Actual Results: The flag is removed.
Note: I have 3 messages from Jan/Feb which have flags and those remain. It's
only the newer messages that are effected.
Expected Results: The flag should not be removed after switching folders or
getting messages.
Reporter | ||
Updated•24 years ago
|
QA Contact: esther → nbaca
Comment 1•24 years ago
|
||
marking nsbeta1+
Assignee | ||
Comment 2•24 years ago
|
||
doesn't happen in pop, but I see it in imap.
investigating....
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•24 years ago
|
||
the problem is we aren't going through the folder to mark the messages as
flagged.
I think we need to go through the folder for marking thread read, marking
message read and marking messages as flagged. (we already do for mark all read)
this might explain other problems I've seen.
I'll start working on going through the folder to mark as flagged.
Assignee | ||
Comment 4•24 years ago
|
||
wait, maybe not.
looks like there is code in the view to do the right thing and update the
flags on the imap server.
checking now. if so, we can remove the folder's MarkMessagesRead() and
MarkMessagesFlagged() and MarkThreadRead() as they aren't used anymore.
Assignee | ||
Comment 5•24 years ago
|
||
curse me.
my fault. I need to fix the CycleCell() to call ApplyCommandToIndices()
at least I found dead code we can remove.
Assignee | ||
Comment 6•24 years ago
|
||
fixed.
I'll go log a bug on that dead code that can be removed.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 7•24 years ago
|
||
bug on dead code: #75358
Reporter | ||
Comment 10•24 years ago
|
||
Build 2001-04-17-04: NT4, Mac 9.04
Build 2001-04-17-08: Linux RH 6.2
Verified Fixed.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•