mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 02:31:41 +00:00
add subject attribute
This commit is contained in:
parent
8720051ca1
commit
35d805638d
@ -12,7 +12,7 @@
|
||||
*
|
||||
* The Initial Developer of this code under the NPL is Netscape
|
||||
* Communications Corporation. Portions created by Netscape are
|
||||
* Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
* Copyright (C) 1998-1999 Netscape Communications Corporation. All Rights
|
||||
* Reserved.
|
||||
*/
|
||||
|
||||
@ -30,6 +30,7 @@ interface nsIMsgDBHdr;
|
||||
interface nsIMsgThread : nsISupports {
|
||||
attribute nsMsgKey threadKey;
|
||||
attribute unsigned long flags;
|
||||
attribute string subject;
|
||||
readonly attribute unsigned long numChildren;
|
||||
readonly attribute unsigned long numUnreadChildren;
|
||||
|
||||
@ -39,7 +40,7 @@ interface nsIMsgThread : nsISupports {
|
||||
nsIMsgDBHdr GetChildHdrAt(in long index);
|
||||
|
||||
void RemoveChildAt(in long index);
|
||||
void RemoveChild(in nsMsgKey msgKey);
|
||||
void RemoveChildHdr(in nsIMsgDBHdr child);
|
||||
|
||||
void MarkChildRead(in boolean bRead);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user