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

Commit d849747

Browse files
committed
and again...
1 parent 33170c0 commit d849747

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,16 +208,16 @@ By default this plugin uses \r\n to seperate lines (RFC 5228) if you want to
208208
use \n instead then set
209209
```php
210210
define('RCUBE_SIEVE_NEWLINE', "\n");
211-
``` in your config. Add
211+
```
212+
in your config. Add
212213
```php
213214
define('RCUBE_SIEVE_INDENT', "\t");
214215
```
215216
to change the indent character. By default this plugin places a simple comment
216217
at the top of the rule file to show it was generated by the plugin. This header
217218
can be overridden by setting
218219
```php
219-
define('RCUBE_SIEVE_HEADER', "## Generated by Roundcube Webmail SieveRules
220-
Plugin ##");
220+
define('RCUBE_SIEVE_HEADER', "## Generated by Roundcube SieveRules ##");
221221
```
222222
in your config.
223223

0 commit comments

Comments
 (0)