Quoting Albert Shih <albert.s...@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 [slus...@horde.org]

--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org

Reply via email to