Added is:first-msg search option (#3700)
* added first-msg for flag predicate * Update CHANGELOG.md * Update changelog entry phrasing Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -28,6 +28,10 @@ MessageFlagsPredicate::MessageFlagsPredicate(const QString &flags)
|
||||
{
|
||||
this->flags_.set(MessageFlag::System);
|
||||
}
|
||||
else if (flag == "first-msg")
|
||||
{
|
||||
this->flags_.set(MessageFlag::FirstMessage);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user