added nsMsgBiffState enum

This commit is contained in:
jefft%netscape.com 1999-04-03 00:05:15 +00:00
parent 74afbe7060
commit 5af8375c92

View File

@ -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..