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/classShowRecordElem.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/classShowRecordElem.html')
-rw-r--r-- | doc/html/classShowRecordElem.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/classShowRecordElem.html b/doc/html/classShowRecordElem.html index 182afd6..73c7c9c 100644 --- a/doc/html/classShowRecordElem.html +++ b/doc/html/classShowRecordElem.html @@ -212,7 +212,7 @@ Constructor <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> @@ -551,7 +551,7 @@ Returns the mails size as string with prefix <p> Sets whether the mail is new or not. <dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> - <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> @@ -573,8 +573,8 @@ Sets whether the mail is new or not. <dl compact><dt><b>Parameters:</b></dt><dd> <div class="memdoc"> <p> -Returns whether the mail is new or not. <dl class="return" compact><dt><b>Returns:</b></dt><dd>TRUE - mail is new <p> -FALSE - mail is not new </dd></dl> +Returns whether the mail is new or not. <dl class="return" compact><dt><b>Returns:</b></dt><dd>true - mail is new <p> +false - mail is not new </dd></dl> </div> </div><p> @@ -822,8 +822,8 @@ Creates a new DOM element in the given DOM document and add it to given DOM pare <div class="memdoc"> <p> -Returns whether the mail is selected in the list view. <dl class="return" compact><dt><b>Returns:</b></dt><dd>TRUE - mail is selected <p> -FALSE - mail is not selected </dd></dl> +Returns whether the mail is selected in the list view. <dl class="return" compact><dt><b>Returns:</b></dt><dd>true - mail is selected <p> +false - mail is not selected </dd></dl> </div> </div><p> @@ -1386,7 +1386,7 @@ Size of the mail <div class="memdoc"> <p> -It is set to TRUE when the mail is new. +It is set to true when the mail is new. </div> </div><p> <a class="anchor" name="8583bafac2418ddd8c7d881926851f05"></a><!-- doxytag: member="ShowRecordElem::m_nNumber" ref="8583bafac2418ddd8c7d881926851f05" args="" --> @@ -1416,7 +1416,7 @@ The mail number of the account <div class="memdoc"> <p> -TRUE - the mail shall be marked at the next mail view refresh. It will be set to True by <a class="el" href="classShowRecordElem.html#09ca2f0d70bdf8ed2bb7d75ef13bec12">applyHeaderFilter()</a> if the recommend filter action is MARK. It is used by <a class="el" href="classShowRecordElem.html#e7f2ca5eb9a9bc95266a4f83f78cd76e">setViewItem()</a>. This methode marks the related list entry and after then it set this variable to False. +true - the mail shall be marked at the next mail view refresh. It will be set to True by <a class="el" href="classShowRecordElem.html#09ca2f0d70bdf8ed2bb7d75ef13bec12">applyHeaderFilter()</a> if the recommend filter action is MARK. It is used by <a class="el" href="classShowRecordElem.html#e7f2ca5eb9a9bc95266a4f83f78cd76e">setViewItem()</a>. This methode marks the related list entry and after then it set this variable to False. </div> </div><p> <a class="anchor" name="bf60523f76dbfb970f40d078b089aed3"></a><!-- doxytag: member="ShowRecordElem::m_pItem" ref="bf60523f76dbfb970f40d078b089aed3" args="" --> |