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

Commit c2be59e

Browse files
committed
Merge branch 'master' into release-2.0
2 parents 8d1b32a + d849747 commit c2be59e

1 file changed

Lines changed: 15 additions & 6 deletions

File tree

README.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -196,12 +196,21 @@ parser or an array, similar to the one created by the SieveRules parser.
196196
The structure of the rule file
197197
------------------------------
198198
By default this plugin uses \r\n to seperate lines (RFC 5228) if you want to
199-
use \n instead then set ```php define('RCUBE_SIEVE_NEWLINE', "\n");``` in your
200-
config. Add ```php define('RCUBE_SIEVE_INDENT', "\t");``` to change the tab
201-
character. By default this plugin places a simple comment at the top of the
202-
rule file to show it was generated by the plugin. This header can be overridden
203-
by setting ```php define('RCUBE_SIEVE_HEADER', "## Generated by Roundcube
204-
Webmail SieveRules Plugin ##");``` in your config.
199+
use \n instead then set
200+
```php
201+
define('RCUBE_SIEVE_NEWLINE', "\n");
202+
```
203+
in your config. Add
204+
```php
205+
define('RCUBE_SIEVE_INDENT', "\t");
206+
```
207+
to change the indent character. By default this plugin places a simple comment
208+
at the top of the rule file to show it was generated by the plugin. This header
209+
can be overridden by setting
210+
```php
211+
define('RCUBE_SIEVE_HEADER', "## Generated by Roundcube SieveRules ##");
212+
```
213+
in your config.
205214

206215
sieverules_connect hook
207216
-----------------------

0 commit comments

Comments
 (0)