Skip to content
This repository has been archived by the owner on Nov 12, 2017. It is now read-only.

Commit

Permalink
Merge branch 'master' into release-2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johndoh committed Mar 23, 2014
2 parents 8d1b32a + d849747 commit c2be59e
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,12 +196,21 @@ parser or an array, similar to the one created by the SieveRules parser.
The structure of the rule file
------------------------------
By default this plugin uses \r\n to seperate lines (RFC 5228) if you want to
use \n instead then set ```php define('RCUBE_SIEVE_NEWLINE', "\n");``` in your
config. Add ```php define('RCUBE_SIEVE_INDENT', "\t");``` to change the tab
character. By default this plugin places a simple comment at the top of the
rule file to show it was generated by the plugin. This header can be overridden
by setting ```php define('RCUBE_SIEVE_HEADER', "## Generated by Roundcube
Webmail SieveRules Plugin ##");``` in your config.
use \n instead then set
```php
define('RCUBE_SIEVE_NEWLINE', "\n");
```
in your config. Add
```php
define('RCUBE_SIEVE_INDENT', "\t");
```
to change the indent character. By default this plugin places a simple comment
at the top of the rule file to show it was generated by the plugin. This header
can be overridden by setting
```php
define('RCUBE_SIEVE_HEADER', "## Generated by Roundcube SieveRules ##");
```
in your config.

sieverules_connect hook
-----------------------
Expand Down

0 comments on commit c2be59e

Please sign in to comment.