[Tickets #2409] address books not displayed in browse list
bugs@bugs.horde.org
bugs at bugs.horde.org
Mon Aug 8 08:05:29 PDT 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: https://dev.horde.org/horde/whups/ticket/?id=2409
-----------------------------------------------------------------------
Ticket | 2409
Updated By | vilius at lnk.lt
Summary | address books not displayed in browse list
Queue | Turba
Version | HEAD
State | Unconfirmed
Priority | 2. Medium
Type | Bug
Owners |
-----------------------------------------------------------------------
vilius at lnk.lt (2005-08-08 08:05) wrote:
> Can you provide more information on the 'missing' addressbook? What
> does the relevant $cfgSources entry look like?
$cfgSources['mailsql'] = array(
'title' => 'LNK adres? knygel?',
'type' => 'sql',
'params' => array_merge($conf['sql'], array('table' =>
'mail_objects')),
'map' => array(
'__key' => 'object_id',
'__owner' => 'owner_id',
'__type' => 'object_type',
'__members' => 'object_members',
'__uid' => 'object_uid',
'name' => 'object_name',
'email' => 'object_email',
'alias' => 'object_alias',
'homeAddress' => 'object_homeaddress',
'workAddress' => 'object_workaddress',
'homePhone' => 'object_homephone',
'workPhone' => 'object_workphone',
'cellPhone' => 'object_cellphone',
'fax' => 'object_fax',
'title' => 'object_title',
'company' => 'object_company',
'notes' => 'object_notes',
'pgpPublicKey' => 'object_pgppublickey',
'smimePublicKey' => 'object_smimepublickey',
'freebusyUrl' => 'object_freebusyurl'
),
'search' => array(
'name',
'email'
),
'strict' => array(
'object_id',
'owner_id',
'object_type',
),
'public' => true,
'readonly' => true,
'export' => true
);
> Has it worked in the past?
Yes.
> Are you using latest CVS code with updated config files?
Yes, CVS code as of today with updated config files.
BTW. It is shown in Contact List drop down menu near all the delete/edit
actions and in Search.
More information about the bugs
mailing list