Closed
Bug 268025
Opened 21 years ago
Closed 21 years ago
Need a nsIFolderListener notification when a message is loaded
Categories
(MailNews Core :: Backend, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Bienvenu, Assigned: Bienvenu)
Details
(Keywords: fixed-aviary1.0)
Attachments
(1 file)
|
9.07 KB,
patch
|
sspitzer
:
superreview+
|
Details | Diff | Splinter Review |
some extensions would like to know when a message has been loaded in the message
pane. I propose sending an OnPropertyFlagChanged with the item an nsIMsgDBHdr
and the property "msgLoaded", old flag 0, new flag 1. Eventually, we should
send the converse when a msg is unloaded, but that's not nearly so important.
| Assignee | ||
Comment 1•21 years ago
|
||
I needed to add a GetMessageHeader method to the messageUrl interface, and
remove it from a couple protocol-specific urls. This makes it work for news,
imap and pop3.
| Assignee | ||
Updated•21 years ago
|
Attachment #164805 -
Flags: superreview?(sspitzer)
Updated•21 years ago
|
Attachment #164805 -
Flags: superreview?(sspitzer) → superreview+
| Assignee | ||
Updated•21 years ago
|
Updated•21 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
•