mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-22 18:32:00 +00:00
added nsMsgBiffState enum
This commit is contained in:
parent
74afbe7060
commit
5af8375c92
@ -91,6 +91,15 @@ enum nsMsgViewType {
|
||||
};
|
||||
|
||||
|
||||
typedef enum
|
||||
{
|
||||
nsMsgBiffState_NewMail, /* User has new mail waiting. */
|
||||
nsMsgBiffState_NoMail, /* No new mail is waiting. */
|
||||
nsMsgBiffState_Unknown /* We dunno whether there is new mail. */
|
||||
} nsMsgBiffState;
|
||||
|
||||
|
||||
|
||||
/* Flags about a single message. These values are used in the MSG_MessageLine
|
||||
struct and in a folder's mozilla-status line. The summary file database
|
||||
should use the same set of flags..
|
||||
|
Loading…
x
Reference in New Issue
Block a user