kmfolderdir.cpp
95KMFolder* KMFolderDir::createFolder(const TQString& aFolderName, bool aSysFldr, KMFolderType aFolderType)
315 // with the on-disk folder structure, see kolab issue 2972. In that case, we don't want to loose
KMail list that manages the contents of one directory that may contain folders and/or other directori...
Definition kmfolderdir.h:16
virtual KMFolder * createFolder(const TQString &folderName, bool sysFldr=false, KMFolderType folderType=KMFolderTypeMbox)
Create a mail folder in this directory with given name.
Definition kmfolderdir.cpp:95
void addDirToParent(const TQString &dirName, KMFolder *parentFolder)
Adds the given subdirectory of this directory to the associated folder.
Definition kmfolderdir.cpp:167
virtual TQString prettyURL() const
URL of the node for visualization purposes.
Definition kmfolderdir.cpp:155
virtual KMFolderNode * hasNamedFolder(const TQString &name)
Returns folder with given name or zero if it does not exist.
Definition kmfolderdir.cpp:343
TQString label() const
Returns the label of the folder for visualization.
Definition kmfolderdir.cpp:145
virtual KMFolderMgr * manager() const
Returns the folder manager that manages this folder.
Definition kmfolderdir.cpp:355
void correctUnreadMsgsCount()
A cludge to help make sure the count of unread messges is kept in sync.
Definition kmfolder.cpp:700
virtual TQString label() const
Returns the label of the folder for visualization.
Definition kmfolder.cpp:581
TQString fileName() const
Returns the filename of the folder (reimplemented in KMFolderImap)
Definition kmfolder.cpp:238
void setChild(KMFolderDir *aChild)
Set the folder directory associated with this node.
Definition kmfolder.cpp:295