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)

All
Windows NT
defect

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.
QA Contact: esther → nbaca
marking nsbeta1+
Keywords: nsbeta1
Priority: -- → P2
Whiteboard: [nsbeta1+]
Target Milestone: --- → mozilla0.9.1
doesn't happen in pop, but I see it in imap. investigating....
Status: NEW → ASSIGNED
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.
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.
curse me. my fault. I need to fix the CycleCell() to call ApplyCommandToIndices() at least I found dead code we can remove.
fixed. I'll go log a bug on that dead code that can be removed.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
bug on dead code: #75358
*** Bug 75431 has been marked as a duplicate of this bug. ***
*** Bug 75521 has been marked as a duplicate of this bug. ***
Build 2001-04-17-04: NT4, Mac 9.04 Build 2001-04-17-08: Linux RH 6.2 Verified Fixed.
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.