зеркало из https://github.com/mozilla/gecko-dev.git
Added MarkMessagesRead, MarkAllMessagesRead, and GetChildWithURI
This commit is contained in:
Родитель
5d18f0ea1c
Коммит
a6e982559e
|
@ -153,6 +153,11 @@ interface nsIMsgFolder : nsIFolder {
|
|||
readonly attribute nsIMsgDatabase msgDatabase;
|
||||
|
||||
readonly attribute nsIFileSpec Path;
|
||||
|
||||
void MarkMessagesRead(in nsISupportsArray messages, in boolean markRead);
|
||||
void MarkAllMessagesRead();
|
||||
|
||||
nsIMsgFolder GetChildWithURI(in string uri, in boolean deep);
|
||||
};
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче