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/classConfigList.html | 110 +++++++++++++++++++++--------------------- 1 file changed, 55 insertions(+), 55 deletions(-) (limited to 'doc/html/classConfigList.html') diff --git a/doc/html/classConfigList.html b/doc/html/classConfigList.html index 1a45031..388063b 100644 --- a/doc/html/classConfigList.html +++ b/doc/html/classConfigList.html @@ -349,7 +349,7 @@ Sets the auto refresh time interval.
Parameters:

-Returns whether auto refresh is on.

Returns:
TRUE - auto refresh is on; FALSE - auto refresh is off
+Returns whether auto refresh is on.
Returns:
true - auto refresh is on; false - auto refresh is off

@@ -372,7 +372,7 @@ Returns whether auto refresh is on.

Returns: Sets whether the user has to confirm a deletion.
Parameters:
- +
confirm TRUE - user has to confirm; FALSE - the user does not have to confirm
confirm true - user has to confirm; false - the user does not have to confirm
@@ -394,8 +394,8 @@ Sets whether the user has to confirm a deletion.
Parameters:<

-Returns whether the user has to confirm a deletion.

Returns:
TRUE - the user has to confirm

-FALSE - the user does not have to confirm

+Returns whether the user has to confirm a deletion.
Returns:
true - the user has to confirm

+false - the user does not have to confirm

@@ -415,8 +415,8 @@ FALSE - the user does not have to confirm

-Returns whether the user has to confirm window close.

Returns:
TRUE - user has to confirm

-FALSE - user does not have to confirm

+Returns whether the user has to confirm window close.
Returns:
true - user has to confirm

+false - user does not have to confirm

@@ -436,8 +436,8 @@ FALSE - user does not have to confirm

-Returns whether the app shall start minimized.

Returns:
TRUE - start minimized

-FALSE - don't start minimized

+Returns whether the app shall start minimized.
Returns:
true - start minimized

+false - don't start minimized

@@ -457,8 +457,8 @@ FALSE - don't start minimized

-Returns whether the close button leaves the application running in tray.

Returns:
TRUE - leaves running

-FALSE - app will be closed

+Returns whether the close button leaves the application running in tray.
Returns:
true - leaves running

+false - app will be closed

@@ -478,8 +478,8 @@ FALSE - app will be closed

-Returns whether minimizes to the tray rather than to the taskbar.

Returns:
TRUE - minimizes to the tray

-FALSE - minimizes to the taskbar

+Returns whether minimizes to the tray rather than to the taskbar.
Returns:
true - minimizes to the tray

+false - minimizes to the taskbar

@@ -499,8 +499,8 @@ FALSE - minimizes to the taskbar

-Returns whether connection errors will be shown during refresh.

Returns:
TRUE - show errors

-FALSE - don't show errors

+Returns whether connection errors will be shown during refresh.
Returns:
true - show errors

+false - don't show errors

@@ -523,7 +523,7 @@ FALSE - don't show errors

Sets whether the mail show dialog has to use HTML.

Parameters:
- +
allowHTML TRUE - the dialog has to use HTML; FALSE - the dialog must not use HTML
allowHTML true - the dialog has to use HTML; false - the dialog must not use HTML
See also:
m_bAllowHTML
@@ -546,8 +546,8 @@ Sets whether the mail show dialog has to use HTML.
Parameters

-Returns whether the mail show dialog has to use HTML.

Returns:
TRUE - the dialog has to use HTML

-FALSE - the dialog must not use HTML

+Returns whether the mail show dialog has to use HTML.
Returns:
true - the dialog has to use HTML

+false - the dialog must not use HTML

See also:
m_bAllowHTML
@@ -568,7 +568,7 @@ FALSE - the dialog must not use HTML

-Returns whether there are active accounts. Doesn't set the current account.

Returns:
TRUE - Yes, there are active accounts (at least one :o) ); FALSE - no active accounts
+Returns whether there are active accounts. Doesn't set the current account.
Returns:
true - Yes, there are active accounts (at least one :o) ); false - no active accounts

@@ -713,8 +713,8 @@ Returns the subjects of the selected mails.

Re

-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

@@ -863,8 +863,8 @@ Creates for every mail a list view item and inserts it into the mail list view.

-Returns whether the main window will be shown, if new mails was received.

Returns:
TRUE - main window will be shown

-FALSE - main window will not be shown

+Returns whether the main window will be shown, if new mails was received.
Returns:
true - main window will be shown

+false - main window will not be shown

@@ -884,8 +884,8 @@ FALSE - main window will not be shown

-Returns whether an alert message will be shown if new mails were received.

Returns:
TRUE - will be shown

-FALSE - will not be shown

+Returns whether an alert message will be shown if new mails were received.
Returns:
true - will be shown

+false - will not be shown

@@ -905,8 +905,8 @@ FALSE - will not be shown

-Returns whether the app will be terminated if no new mails were received.

Returns:
TRUE - will be terminated

-FALSE - will not be terminated

+Returns whether the app will be terminated if no new mails were received.
Returns:
true - will be terminated

+false - will not be terminated

@@ -926,8 +926,8 @@ FALSE - will not be terminated

-Returns whether the main window will be minimized, if no new mails were received.

Returns:
TRUE - main window will be minimized

-FALSE - main window will not be minimized

+Returns whether the main window will be minimized, if no new mails were received.
Returns:
true - main window will be minimized

+false - main window will not be minimized

@@ -992,8 +992,8 @@ Sets the time to the first refresh.

Parameters:

-Returns whether a time to first refresh is configured.

Returns:
TRUE - init time configured

-FALSE - no init time configured

+Returns whether a time to first refresh is configured.
Returns:
true - init time configured

+false - no init time configured

@@ -1089,8 +1089,8 @@ Executes the configure new mail command. Does nothing, if the command option is

-Returns whether all new mails will keep new status until the app is closed.

Returns:
TRUE - mails keep new status at next refresh

-FALSE - mails don't keep new status at next refresh

+Returns whether all new mails will keep new status until the app is closed.
Returns:
true - mails keep new status at next refresh

+false - mails don't keep new status at next refresh

@@ -1374,8 +1374,8 @@ Returns whether the given account is in the list

Parameters:< name name of the searched account
-
Returns:
TRUE - account is existent

-FALSE - account is not existent

+
Returns:
true - account is existent

+false - account is not existent

@@ -1441,7 +1441,7 @@ Connected with signal sigConfigChanged of all accounts. Emits the signal sigConf

-Connected with signal sigDeleteReady of all accounts. When an account has sent this signal its appropriate item in AccountDeletionMap will set to FALSE. When all accounts have done the deletion it will emit signal sigDeleteReady.

Parameters:
+Connected with signal sigDeleteReady of all accounts. When an account has sent this signal its appropriate item in AccountDeletionMap will set to false. When all accounts have done the deletion it will emit signal sigDeleteReady.
Parameters:
account name of the account which has emitted the signal
@@ -1467,7 +1467,7 @@ Connected with signal sigDeleteReady of all accounts. When an account has sent t

-Connected with signal sigShowBodiesReady of all accounts. When an account has sent this signal its appropriate item in AccountShowBodiesMap will set to FALSE. When all accounts have shown the mail it will emit signal sigShowBodiesReady.

Parameters:
+Connected with signal sigShowBodiesReady of all accounts. When an account has sent this signal its appropriate item in AccountShowBodiesMap will set to false. When all accounts have shown the mail it will emit signal sigShowBodiesReady.
Parameters:
account name of the account which has emitted the signal
@@ -1535,7 +1535,7 @@ Connected with signal sigMessageWindowClosed of all accounts. When an account ha

-Connected with signal sigRefreshReady of all accounts. When an account has sent this signal its appropriate item in AccountRefreshMap will set to FALSE. When all accounts have refreshed their mail list it will emit signal sigRefreshReady.

Parameters:
+Connected with signal sigRefreshReady of all accounts. When an account has sent this signal its appropriate item in AccountRefreshMap will set to false. When all accounts have refreshed their mail list it will emit signal sigRefreshReady.
Parameters:
account name of the account which has emitted the signal
@@ -1718,7 +1718,7 @@ Number of seconds the application will wait for a pop3 job to complete.

-This map is used by the delete methods. deleteSelectedMails() clears it and after that inserts for every account an item. The Key is the account name and the data is TRUE. When slotCheckDeletionState() is invoked by a signal sent by an account, this slot will set the appropriate item data to FALSE. If the data of all items are set to FALSE, the method will know all accounts have ended the deletion and will emit sigDeleteReady.

See also:
deleteSelectedMails()

+This map is used by the delete methods. deleteSelectedMails() clears it and after that inserts for every account an item. The Key is the account name and the data is true. When slotCheckDeletionState() is invoked by a signal sent by an account, this slot will set the appropriate item data to false. If the data of all items are set to false, the method will know all accounts have ended the deletion and will emit sigDeleteReady.

See also:
deleteSelectedMails()

slotCheckDeletionState()

@@ -1735,7 +1735,7 @@ This map is used by the delete methods.

-This map is used by the methods to show the mail body. showSelectedMails() clears it and after that inserts for every account an item. The Key is the account name and the data is TRUE. When slotCheckShowBodiesState() is invoked by a signal sent by an account, this slot will set the appropriate item data to FALSE. If the data of all items are set to FALSE, the method will know all accounts have shown the mail body and will emit sigShowBodiesReady.

See also:
showSelectedMails()

+This map is used by the methods to show the mail body. showSelectedMails() clears it and after that inserts for every account an item. The Key is the account name and the data is true. When slotCheckShowBodiesState() is invoked by a signal sent by an account, this slot will set the appropriate item data to false. If the data of all items are set to false, the method will know all accounts have shown the mail body and will emit sigShowBodiesReady.

See also:
showSelectedMails()

slotCheckShowBodiesState()

@@ -1752,7 +1752,7 @@ This map is used by the methods to show the mail body.

-This map is used by the methods to refresh the account mail lists. refreshMailLists() clears it and after that inserts for every account an item. The Key ist the account name and the data is TRUE. When slotCheckRefreshState() is invoked by a signal sent by an account, this slot will set the appropriate item data to FALSE. If the data of all items are set to FALSE, the method will know all accounts have refreshed their mail list and will emit sigRefreshReady.

See also:
refreshMailLists()

+This map is used by the methods to refresh the account mail lists. refreshMailLists() clears it and after that inserts for every account an item. The Key ist the account name and the data is true. When slotCheckRefreshState() is invoked by a signal sent by an account, this slot will set the appropriate item data to false. If the data of all items are set to false, the method will know all accounts have refreshed their mail list and will emit sigRefreshReady.

See also:
refreshMailLists()

slotCheckRefreshState()

@@ -1769,7 +1769,7 @@ This map is used by the methods to refresh the account mail lists.

-TRUE - the user has to confirm a deletion, FALSE - the user does not have to confirm a deletion +true - the user has to confirm a deletion, false - the user does not have to confirm a deletion

@@ -1784,7 +1784,7 @@ TRUE - the user has to confirm a deletion, FALSE - the user does not have to con

-TRUE - allow HTML formatting in the mail show dialog box FALSE - don't allow HTML formatting

See also:
setAllowHTML()

+true - allow HTML formatting in the mail show dialog box false - don't allow HTML formatting

See also:
setAllowHTML()

allowHTML()

@@ -1835,7 +1835,7 @@ Contains the time (seconds) to first refresh.
See

-TRUE - If a new mail is arrived an alert window will be shown. +true - If a new mail is arrived an alert window will be shown.

@@ -1850,7 +1850,7 @@ TRUE - If a new mail is arrived an alert window will be shown.

-TRUE - If a new mail is arrived the main window will be shown. +true - If a new mail is arrived the main window will be shown.

@@ -1865,7 +1865,7 @@ TRUE - If a new mail is arrived the main window will be shown.

-TRUE - If a new mail is arrived the system will beep. +true - If a new mail is arrived the system will beep.

@@ -1880,7 +1880,7 @@ TRUE - If a new mail is arrived the system will beep.

-TRUE - If a new mail is arrived a sound will be played. +true - If a new mail is arrived a sound will be played.

@@ -1910,7 +1910,7 @@ Sound file which will be played if a new mail is arrived.

-TRUE - If a new mail is arrived a command will be executed. +true - If a new mail is arrived a command will be executed.

@@ -1940,7 +1940,7 @@ Path to command which will be executed if a new mail is arrived.

-TRUE - If no new mail is arrived the application will be ended. +true - If no new mail is arrived the application will be ended.

@@ -1955,7 +1955,7 @@ TRUE - If no new mail is arrived the application will be ended.

-TRUE - If no new mail is arrived the main window will be minimized. +true - If no new mail is arrived the main window will be minimized.

@@ -1970,7 +1970,7 @@ TRUE - If no new mail is arrived the main window will be minimized.

-TRUE - If a connection error occures during refresh an error message will be shown. +true - If a connection error occures during refresh an error message will be shown.

@@ -1985,7 +1985,7 @@ TRUE - If a connection error occures during refresh an error message will be sho

-TRUE - The user has to confirm window close. +true - The user has to confirm window close.

@@ -2000,7 +2000,7 @@ TRUE - The user has to confirm window close.

-TRUE - the app starts minimized. +true - the app starts minimized.

@@ -2015,7 +2015,7 @@ TRUE - the app starts minimized.

-TRUE - the close button leaves the application running in tray +true - the close button leaves the application running in tray

@@ -2030,7 +2030,7 @@ TRUE - the close button leaves the application running in tray

-TRUE - minimizes to the tray rather than to the taskbar +true - minimizes to the tray rather than to the taskbar

@@ -2045,7 +2045,7 @@ TRUE - minimizes to the tray rather than to the taskbar

-TRUE - mails keep new until termination +true - mails keep new until termination

-- cgit v1.2.3