Slightly modified patch code of #1657

This commit is contained in:
the-djmaze 2024-07-11 01:31:58 +02:00
parent 95436347e5
commit 50e30dbb6e
47 changed files with 135 additions and 8 deletions

View file

@ -449,6 +449,11 @@ trait Messages
return $this->messageSetFlag(MessageFlag::FLAGGED, true);
}
public function DoMessageSetDeleted() : array
{
return $this->messageSetFlag(MessageFlag::DELETED, true);
}
public function DoMessageSetKeyword() : array
{
return $this->messageSetFlag($this->GetActionParam('keyword', ''), true);