Bug 678356: Better document nsIMsgCompFields.idl body property r=bienvenu DONTBUILD
This commit is contained in:
Родитель
07fcf53ac9
Коммит
02cb4a409c
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче