mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 17:07:03 +03:00
Slightly modified patch code of #1657
This commit is contained in:
parent
95436347e5
commit
50e30dbb6e
47 changed files with 135 additions and 8 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue