//310SearchSources
// address book selection widget
$_prefs['sourceselect'] = array('type' => 'special');
    
// address book(s) to use when expanding addresses
// You can provide default values this way (note the \t and the double quotes):
// 'value' => "source_one\tsource_two"
// refer to turba/config/sources.php for possible source values
$_prefs['search_sources'] = array(
    'value' => "localldap\tlocalsql",
    'locked' => false,
    'shared' => false,  
    'type' => 'implicit',
);

