Quoting Albert Shih <[email protected]>:

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 [[email protected]]

--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: [email protected]

Reply via email to