From df48ed078a0409e56f8d3373898f0797c3376ae7 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 22 Mar 2025 13:58:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro (cherry picked from commit 6d1638620f3da1664aa3b86c46852515fc78707c) --- doc/html/classShowRecordElem.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/html/classShowRecordElem.html') 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
Parameters:
- +
number number of the mail on the server
uid Unique ID of the mail
isNew TRUE - mail is new; FALSE - mail is not new
isNew true - mail is new; false - mail is not new
@@ -551,7 +551,7 @@ Returns the mails size as string with prefix

Sets whether the mail is new or not.

Parameters:
- +
isnew TRUE - mail is new; FALSE - mail is not new
isnew true - mail is new; false - mail is not new
@@ -573,8 +573,8 @@ Sets whether the mail is new or not.
Parameters:

-Returns whether the mail is new or not.

Returns:
TRUE - mail is new

-FALSE - mail is not new

+Returns whether the mail is new or not.
Returns:
true - mail is new

+false - mail is not new

@@ -822,8 +822,8 @@ Creates a new DOM element in the given DOM document and add it to given DOM pare

-Returns whether the mail is selected in the list view.

Returns:
TRUE - mail is selected

-FALSE - mail is not selected

+Returns whether the mail is selected in the list view.
Returns:
true - mail is selected

+false - mail is not selected

@@ -1386,7 +1386,7 @@ Size of the mail

-It is set to TRUE when the mail is new. +It is set to true when the mail is new.

@@ -1416,7 +1416,7 @@ The mail number of the account

-TRUE - the mail shall be marked at the next mail view refresh. It will be set to True by applyHeaderFilter() if the recommend filter action is MARK. It is used by setViewItem(). 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 applyHeaderFilter() if the recommend filter action is MARK. It is used by setViewItem(). This methode marks the related list entry and after then it set this variable to False.

-- cgit v1.2.3