[Tickets #10913] Re: Autocompleter uses "email"-field only

noreply at bugs.horde.org noreply at bugs.horde.org
Mon Nov 18 14:30:28 UTC 2013


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

Ticket URL: http://bugs.horde.org/ticket/10913
------------------------------------------------------------------------------
  Ticket             | 10913
  Updated By         | registrations at baruchgreen.net
  Summary            | Autocompleter uses "email"-field only
  Queue              | IMP
  Version            | Git master
  Type               | Enhancement
  State              | Feedback
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


registrations at baruchgreen.net (2013-11-18 14:30) wrote:

In the current versions of Imp/Turba (6.1.5 and 4.1.3, respectively)  
this is quite easy to fix.  Go to line 67 of ContactAutocompleter.php

                 'returnFields' => array('email', 'name'),

And simply insert the additional email fields from your turba  
backends.local.php into the array between 'email' and 'name'.  For me  
it ends up being:

                 'returnFields' => array('email', 'workEmail',  
'homeEmail', 'name'),

Works like a charm.

-- Seth Green







More information about the bugs mailing list