[horde] Remove Favourite Recepients
Josh Owen
joshhowen at gmail.com
Mon Dec 7 23:23:33 UTC 2009
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
On Dec 7, 2009, at 6:20 PM, Josh Owen wrote:
> Does anyone know how to remove the "Favourite Recipients" address book?
>
> Thanks,
> Josh
More information about the horde
mailing list