This commit is contained in:
putterman%netscape.com 1999-05-14 00:41:37 +00:00
Родитель 5852dcaf85
Коммит 6685cdc925
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -71,6 +71,8 @@ interface nsIMsgHdr : nsISupports
readonly attribute unsigned long messageOffset;
readonly attribute unsigned long statusOffset;
readonly attribute string charSet;
void MarkRead(in boolean markRead);
};