summaryrefslogtreecommitdiff
path: root/program/steps/addressbook/search.inc
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2012-03-14 08:27:18 +0000
committerthomascube <thomas@roundcube.net>2012-03-14 08:27:18 +0000
commit168e5409239583343ae40695585aa8dbc276f740 (patch)
treeb15683c369ef636652bf19b82d0c13b955e9de1d /program/steps/addressbook/search.inc
parentec318158ceb0fa3e52ee24eada5f7763779da238 (diff)
Request all needed fields from address book backends (#1488394)
Diffstat (limited to 'program/steps/addressbook/search.inc')
-rw-r--r--program/steps/addressbook/search.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/addressbook/search.inc b/program/steps/addressbook/search.inc
index 2c6548184..6422bc72d 100644
--- a/program/steps/addressbook/search.inc
+++ b/program/steps/addressbook/search.inc
@@ -182,7 +182,7 @@ function rcmail_contact_search()
}
// get records
- $result = $source->list_records(array('name', 'email'));
+ $result = $source->list_records(array('name', 'firstname', 'surname', 'email'));
while ($row = $result->next()) {
$row['sourceid'] = $s['id'];