[ingo] Bonton "Apply filter" not seen

Lanore Ronan rlanore at mercator-ocean.fr
Fri Nov 21 09:50:49 UTC 2008


Hi list,

I have installed a Horde 3.2.1 with imp and ingo.
My backend ingo is configured as

$backends['sieve'] = array(
    'driver' => 'timsieved',
    'preferred' => '127.0.0.1',
    'hordeauth' => 'full',
    'params' => array(
        'hostspec' => '127.0.0.1',
        'logintype' => 'PLAIN',
        'usetls' => true,
        'port' => 2000,
       'scriptname' => $obmstyleuserfqdn.'.'.sieve,
      ),
    'script' => 'sieve',
    'scriptparams' => array(),
    'shares' => false
);

and the conf.php for ingo is

$conf['menu']['apps'] = array('imp');
$conf['storage']['driver'] = 'prefs';
$conf['storage']['maxblacklist'] = 0;
$conf['storage']['maxwhitelist'] = 0;
$conf['rules']['userheader'] = true;
$conf['rules']['usefolderapi'] = true;
$conf['spam']['header'] = 'X-Spam-Level';
$conf['spam']['char'] = '*';
$conf['spam']['compare'] = 'string';
$conf['hooks']['vacation_addresses'] = false;
$conf['hooks']['vacation_only'] = true;

and my ask is wy i don't see the "Apply Filters" in UI

Thanks,




More information about the ingo mailing list