dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
view
|
history
|
commit
|
commitdiff
Merge https://github.com/roundcube/roundcubemail into crypt_hash_branch
defa
2012-09-05
921408eba600a7dc51271c35480e9114cac5ecec
[githubFork/roundcubemail.git]
/
plugins
/
managesieve
/
tests
/
src
/
parser_imapflags
commit
|
author
|
age
4bb0bf
1
require ["imap4flags"];
AM
2
# rule:[imapflags]
3
if header :matches "Subject" "^Test$"
4
{
5
setflag "\\Seen";
6
addflag ["\\Answered","\\Deleted"];
7
}