[Tickets #7239] imp does not search in all available turba addressbooks

bugs at horde.org bugs at horde.org
Tue Aug 26 07:48:18 UTC 2008


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/7239
------------------------------------------------------------------------------
  Ticket             | 7239
  Created By         | mbiebl at gmail.com
  Summary            | imp does not search in all available turba addressbooks
  Queue              | IMP
  Version            | 4.2
  Type               | Bug
  State              | Unconfirmed
  Priority           | 2. Medium
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


mbiebl at gmail.com (2008-08-26 03:48) wrote:

I've defined three addressbooks in turba/conf/sources.php (in that order)
localsql (sql based private addressbook)
localldap (ldap based, readonly addressbook)
favourites (sql based)

If I compose a new message in IMP, the autocompletion only looks in my  
localsql addressbook

In imp/config/prefs.php I've set
$_prefs['search_sources'] = array(
     'value' => "localldap\tlocalsql\tfavourites",
     'locked' => false,
     'shared' => false,
     'type' => 'implicit');

And in turba/config/prefs.php
  $_prefs['addressbooks'] = array(
     'value' => '', <- all addressbook should be used/displayed
     'locked' => false,
     'shared' => false,
     'type' => 'implicit',
);


If I change the order in turba/conf/sources.php (e.g. make localldap  
the first one), then new first addressbook is searched.

So it seems that instead of querieng all available addressbooks only  
the first one in turba/conf/sources.php is used





More information about the bugs mailing list