diff options
Diffstat (limited to 'doc/html/classShowRecord.html')
-rw-r--r-- | doc/html/classShowRecord.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/classShowRecord.html b/doc/html/classShowRecord.html index 9efe416..6b8dbbc 100644 --- a/doc/html/classShowRecord.html +++ b/doc/html/classShowRecord.html @@ -279,8 +279,8 @@ Apply the filters to the mails in this list. <dl compact><dt><b>Parameters:</b>< <div class="memdoc"> <p> -Returns whether there are mails in this list which are selected in the list view. <dl class="return" compact><dt><b>Returns:</b></dt><dd>TRUE - there are selected mails <p> -FALSE - there aren't selected mails </dd></dl> +Returns whether there are mails in this list which are selected in the list view. <dl class="return" compact><dt><b>Returns:</b></dt><dd>true - there are selected mails <p> +false - there aren't selected mails </dd></dl> </div> </div><p> @@ -518,8 +518,8 @@ Returns whether there is mail with the given uid in the list. <dl compact><dt><b <tr><td valign="top"></td><td valign="top"><em>uid</em> </td><td>UID of the mail </td></tr> </table> </dl> -<dl class="return" compact><dt><b>Returns:</b></dt><dd>TRUE - mail is in the list <p> -FALSE - mail is not in the list </dd></dl> +<dl class="return" compact><dt><b>Returns:</b></dt><dd>true - mail is in the list <p> +false - mail is not in the list </dd></dl> </div> </div><p> @@ -545,8 +545,8 @@ Returns whether the given mail is new. <dl compact><dt><b>Parameters:</b></dt><d <tr><td valign="top"></td><td valign="top"><em>uid</em> </td><td>UID of the mail </td></tr> </table> </dl> -<dl class="return" compact><dt><b>Returns:</b></dt><dd>TRUE - mail is new <p> -FALSE - mail is not new or mail doesn't exist </dd></dl> +<dl class="return" compact><dt><b>Returns:</b></dt><dd>true - mail is new <p> +false - mail is not new or mail doesn't exist </dd></dl> </div> </div><p> @@ -586,7 +586,7 @@ Appends a new mail to the list. <dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>number</em> </td><td>number of the mail on the server </td></tr> <tr><td valign="top"></td><td valign="top"><em>uid</em> </td><td>Unique ID of the mail </td></tr> - <tr><td valign="top"></td><td valign="top"><em>isNew</em> </td><td>TRUE - mail is new; FALSE - mail is not new </td></tr> + <tr><td valign="top"></td><td valign="top"><em>isNew</em> </td><td>true - mail is new; false - mail is not new </td></tr> </table> </dl> |