mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-03 06:44:03 +01:00
8 lines
148 B
Plaintext
8 lines
148 B
Plaintext
require ["imap4flags"];
|
|
# rule:[imapflags]
|
|
if header :matches "Subject" "^Test$"
|
|
{
|
|
setflag "\\Seen";
|
|
addflag ["\\Answered","\\Deleted"];
|
|
}
|