зеркало из https://github.com/mozilla/gecko-dev.git
added nsMsgBiffState enum
This commit is contained in:
Родитель
74afbe7060
Коммит
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..
|
||||
|
|
Загрузка…
Ссылка в новой задаче