This repository was archived by the owner on Nov 12, 2017. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -196,12 +196,21 @@ parser or an array, similar to the one created by the SieveRules parser.
196196The structure of the rule file
197197------------------------------
198198By 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
206215sieverules_connect hook
207216-----------------------
You can’t perform that action at this time.
0 commit comments