AuthorPredicate(const QStringList &authors)
Create an AuthorPredicate with a list of users to search for.
Definition: AuthorPredicate.cpp:7
Definition: Application.cpp:48
bool appliesTo(const Message &message)
Checks whether the message is authored by any of the users passed in the constructor.
Definition: AuthorPredicate.cpp:20
MessagePredicate checking for the author/sender of a message.
Definition: AuthorPredicate.hpp:13
Abstract base class for message predicates.
Definition: MessagePredicate.hpp:17
Definition: Message.hpp:54