[ingo] No rules shown with sieve
Jan Schneider
jan at horde.org
Wed Jun 5 19:31:38 UTC 2013
Zitat von Arjen de Korte <arjen+horde at de-korte.org>:
> Citeren Michael M Slusarz <slusarz at horde.org>:
>
>> Please read docs/UPGRADING. The 'script' variable format in
>> backends.php was changed.
>
> I read that, but still couldn't figure out what to do. How to
> migrate the existing
>
> <?php
> $backends['imap']['disabled'] = true;
> $backends['sieve']['disabled'] = false;
> $backends['sieveparams']['utf8'] = true;
>
> to the new format. I could use some guidance for the last line here,
> since I have no idea what to do with the Ingo::RULE_ALL part from
> 'ingo/config/backends.php'.
<?php
$backends['imap']['disabled'] = true;
$backends['sieve']['disabled'] = false;
$backends['sieve']['script'][Ingo::RULE_ALL][params']['utf8'] = true;
--
Jan Schneider
The Horde Project
http://www.horde.org/
More information about the ingo
mailing list