diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-22 13:58:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-23 11:16:13 +0900 |
commit | df48ed078a0409e56f8d3373898f0797c3376ae7 (patch) | |
tree | 2c1eed4cc787375e3d3649b3bdf45a828b007b9e /doc/html/classShowRecord.html | |
parent | 3a620ec823de5283d9f4afe21d80eb5f3e13722e (diff) | |
download | kshowmail-df48ed07.tar.gz kshowmail-df48ed07.zip |
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6d1638620f3da1664aa3b86c46852515fc78707c)
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> |