From 5af8375c9288160c8c151f7cf4f130d303999a83 Mon Sep 17 00:00:00 2001 From: "jefft%netscape.com" Date: Sat, 3 Apr 1999 00:05:15 +0000 Subject: [PATCH] added nsMsgBiffState enum --- mailnews/public/MailNewsTypes.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/mailnews/public/MailNewsTypes.h b/mailnews/public/MailNewsTypes.h index d7f3104d36be..858906ede0a6 100644 --- a/mailnews/public/MailNewsTypes.h +++ b/mailnews/public/MailNewsTypes.h @@ -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..