Bug 678356: Better document nsIMsgCompFields.idl body property r=bienvenu DONTBUILD

This commit is contained in:
Jonathan Protzenko 2011-08-11 14:44:45 -07:00
Родитель 07fcf53ac9
Коммит 02cb4a409c
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -87,6 +87,11 @@ interface nsIMsgCompFields : nsISupports {
attribute AString allReply;
attribute AString listReply;
/**
* Beware that when setting this property, your body must be properly wrapped,
* and the line endings must match MSG_LINEBREAK, namely "\r\n" on Windows
* and "\n" on Linux and OSX.
*/
attribute AString body;
/**