Discussion:
[horde] Remove Favourite Recepients
Josh Owen
2009-12-07 23:20:15 UTC
Permalink
Does anyone know how to remove the "Favourite Recipients" address book?

Thanks,
Josh
Josh Owen
2009-12-07 23:23:33 UTC
Permalink
I removed it by commenting out this section in the turba/config/sources.php file:

$cfgSources['favourites'] = array(
'title' => _("Favourite Recipients"),
'type' => 'favourites',
'params' => array(
'limit' => 10
),
'map' => array(
'__key' => 'email',
'name' => 'email',
'email' => 'email'
),
'search' => array(
'name',
'email'
),
'strict' => array(
'id',
),
'export' => true,
'browse' => true,
);


I just want to make sure that it won't hurt anything by doing that...

Thanks,
Josh
Post by Josh Owen
Does anyone know how to remove the "Favourite Recipients" address book?
Thanks,
Josh
Josh Owen
2009-12-07 23:23:34 UTC
Permalink
Post by Josh Owen
Does anyone know how to remove the "Favourite Recipients" address book?
Thanks,
Josh
Loading...