dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Allow to search and import missing PGP pubkeys from keyservers using Public...
Thomas Bruederli
2015-07-31
2965a981b7ec22866fbdf2d567d87e2d068d3617
[githubFork/roundcubemail.git]
/
plugins
/
managesieve
/
tests
/
src
/
parser_include
1
2
3
4
5
6
7
require ["include"];
include "script.sieve";
# rule:[two]
if true
{
include :optional "second.sieve";
}