[imp] imp/turba expanding address

Michael M Slusarz slusarz at horde.org
Wed Apr 10 23:37:53 UTC 2013


Quoting Albert Shih <Albert.Shih at obspm.fr>:

> I'm trying to configure the auto-expanding address in IMP.....for everyone.
>
> When I configure manually (through IMP/Horde interface) it's working. But
> event I put
>
> $_prefs['search_sources'] = array(
>     'value' => 'Obspm',
>     'value' => 'localsql'
>                 );

You want (in prefs.local.php, of course):

$_prefs['search_sources']['value'] = json_encode(array('Obspm', 'localsql'));

michael

___________________________________
Michael Slusarz [slusarz at horde.org]



More information about the imp mailing list