This commit is contained in:
jefft%netscape.com 1999-04-03 00:05:15 +00:00
Родитель 74afbe7060
Коммит 5af8375c92
1 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

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