kmail
kmsearchpattern.h File Reference
#include <klocale.h>#include <messagecore/messagestatus.h>#include <QList>#include <QString>
Include dependency graph for kmsearchpattern.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | KMSearchPattern |
| This class is an abstraction of a search over messages. More... | |
| class | KMSearchRule |
| Incoming mail is sent through the list of mail filter rules before it is placed in the associated mail folder (usually "inbox"). More... | |
| class | KMSearchRuleNumerical |
| This class represents a search to be performed against a numerical value, such as the age of the message in days or its size. More... | |
| class | KMSearchRuleStatus |
| This class represents a search to be performed against the status of a messsage. More... | |
| class | KMSearchRuleString |
| This class represents a search to be performed against a string. More... | |
| struct | KMail::MessageStatus |
Namespaces | |
| namespace | KMail |
Enumerations | |
| enum | StatusValueTypes { KMail::StatusImportant = 0, KMail::StatusToAct = 1, KMail::StatusNew = 2, KMail::StatusUnread = 3, KMail::StatusRead = 4, KMail::StatusDeleted = 5, KMail::StatusReplied = 6, KMail::StatusForwarded = 7, KMail::StatusQueued = 8, KMail::StatusSent = 9, KMail::StatusWatched = 10, KMail::StatusIgnored = 11, KMail::StatusSpam = 12, KMail::StatusHam = 13, KMail::StatusHasAttachment = 14 } |
Variables | |
| const int | FILTER_MAX_RULES = 8 |
| static const int | KMail::StatusValueCount |
| static const int | KMail::StatusValueCountWithoutHidden = StatusValueCount - 1 |
| static const MessageStatus | KMail::StatusValues [] |
Variable Documentation
| const int FILTER_MAX_RULES = 8 |
Definition at line 37 of file kmsearchpattern.h.
KDE 4.4 API Reference