IMP & Turba Addressbook Options

Joaquim Machado joaquim.machado at ine.pt
Wed Mar 13 10:36:36 PST 2002


I have the following configuration on my System

.../imp/config/prefs.php
...
// addressbook(s) to use when expanding addresses
$_prefs['search_sources'] = array(
    'value' => 'localsql',
    'locked' => false,
    'shared' => false,
    'type' => 'implicit'
);

// field(s) to use when expanding addresses
$_prefs['search_fields'] = array(
    'value' => 'localsql        name    email',
    'locked' => false,
    'shared' => false,
    'type' => 'implicit'
);

// addressbook to use for adding adresseses
$_prefs['add_source'] = array(
    'value' => 'localsql',
    'locked' => false,
    'shared' => false,
    'type' => 'implicit'
);
...


.../turba/config/prefs.php
...
$cfgSources['localsql'] = array(
    'title' => 'My Addressbook',
    'type' => 'sql',
    'params' => array(
        'phptype' => 'mysql',
...

I have made this configuration after reading some post's on the mailing
list.

But it still doesn't afect the options on the "Addressbooks".

What is wrong?

Obrigado,
Joaquim Machado

INE (DSII/SGIT - Serviço de Gestão da Infra-estrutura Tecnológica)
joaquim.machado at ine.pt
DDI 21 8426197



More information about the horde mailing list