dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'master' of github.com:roundcube/roundcubemail
Thomas Bruederli
2012-11-11
e43dcb0df3e7ea6c05a8c1473b0da7834d5e39d9
[githubFork/roundcubemail.git]
/
plugins
/
managesieve
/
tests
/
src
/
parser_imapflags
1
2
3
4
5
6
7
require ["imap4flags"];
# rule:[imapflags]
if header :matches "Subject" "^Test$"
{
setflag "\\Seen";
addflag ["\\Answered","\\Deleted"];
}