summaryrefslogtreecommitdiffstats
path: root/kmail/kmfolderimap.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-04-27 16:55:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-04-27 16:55:48 +0900
commit8f878546e0a859e78dfc2c6ff7f08507347a76ea (patch)
treef95c1e5a2f97a2e200be23cd5d6ffde91487bd1d /kmail/kmfolderimap.h
parent625d3c38cd3a49d07b6e1f511fe06d0792440791 (diff)
downloadtdepim-8f878546e0a859e78dfc2c6ff7f08507347a76ea.tar.gz
tdepim-8f878546e0a859e78dfc2c6ff7f08507347a76ea.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmail/kmfolderimap.h')
-rw-r--r--kmail/kmfolderimap.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kmail/kmfolderimap.h b/kmail/kmfolderimap.h
index 8ca73c29..12f2928e 100644
--- a/kmail/kmfolderimap.h
+++ b/kmail/kmfolderimap.h
@@ -125,8 +125,8 @@ public:
KMAcctImap* account() const;
/** Remove (first occurrence of) given message from the folder. */
- virtual void removeMsg(int i, bool quiet = FALSE);
- virtual void removeMsg(const TQPtrList<KMMessage>& msgList, bool quiet = FALSE);
+ virtual void removeMsg(int i, bool quiet = false);
+ virtual void removeMsg(const TQPtrList<KMMessage>& msgList, bool quiet = false);
virtual int rename( const TQString& newName, KMFolderDir *aParent = 0 );
@@ -152,12 +152,12 @@ public:
/**
* Retrieve all mails in a folder
*/
- void getFolder(bool force = FALSE);
+ void getFolder(bool force = false);
/**
* same as above but also checks for new mails
*/
- void getAndCheckFolder(bool force = FALSE);
+ void getAndCheckFolder(bool force = false);
/**
* Get the whole message
@@ -380,7 +380,7 @@ public slots:
* Convert IMAP flags to a message status
* @param newMsg specifies whether unseen messages are new or unread
*/
- static void flagsToStatus(KMMsgBase *msg, int flags, bool newMsg = TRUE, int supportedFalgs = 31 );
+ static void flagsToStatus(KMMsgBase *msg, int flags, bool newMsg = true, int supportedFalgs = 31 );
/**
* Convert IMAP seen flag to a message status.