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/classShowRecord.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/html/classShowRecord.html') 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.
Parameters:<

-Returns whether there are mails in this list which are selected in the list view.

Returns:
TRUE - there are selected mails

-FALSE - there aren't selected mails

+Returns whether there are mails in this list which are selected in the list view.
Returns:
true - there are selected mails

+false - there aren't selected mails

@@ -518,8 +518,8 @@ Returns whether there is mail with the given uid in the list.

uid UID of the mail
-
Returns:
TRUE - mail is in the list

-FALSE - mail is not in the list

+
Returns:
true - mail is in the list

+false - mail is not in the list

@@ -545,8 +545,8 @@ Returns whether the given mail is new.

Parameters:
uid UID of the mail
-
Returns:
TRUE - mail is new

-FALSE - mail is not new or mail doesn't exist

+
Returns:
true - mail is new

+false - mail is not new or mail doesn't exist

@@ -586,7 +586,7 @@ Appends a new mail to the list.

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
-- cgit v1.2.3