This commit is contained in:
bienvenu%netscape.com 1999-02-08 00:45:46 +00:00
Родитель 12bfda4069
Коммит a904be3126
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -109,5 +109,7 @@ typedef PRInt32 MsgFlags;
#define MSG_FLAG_TEMPLATE 0x1000000 /* this message is a template */
#define MSG_FLAG_ATTACHMENT 0x10000000 /* this message has files attached to it */
/* The list of all message flags to not write to disk. */
#define MSG_FLAG_RUNTIME_ONLY (MSG_FLAG_ELIDED)
#endif