kmail
kmfoldersearch.h File Reference
#include <qguardedptr.h>
#include <qvaluelist.h>
#include <qvaluevector.h>
#include <qvaluestack.h>
#include <qmap.h>
#include "kmfolder.h"
#include "folderstorage.h"
Include dependency graph for kmfoldersearch.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | KMFolderSearch |
class | KMSearch |
Namespaces | |
namespace | KMail |
Typedefs | |
typedef QValueList< Q_UINT32 > | SerNumList |
Typedef Documentation
typedef QValueList<Q_UINT32> SerNumList |
A search folder is a folder that shows the result of evaluating a search expression.
This folder is dynamically updated as the search expression is applied to new mail (from a pop or imap server or from a local account).
The index for a search folder consists of a cache of serial numbers of all messages that currently match the search.
Definition at line 40 of file kmfoldersearch.h.