summaryrefslogtreecommitdiff
path: root/roundcubemail
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-03-25 14:25:59 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-03-25 14:25:59 +0000
commit755864eec85161db71b103b6e1bfd362a3efc806 (patch)
treed82e4951e01ac4b043d48b3c9a992eca88b581db /roundcubemail
parent1116de956f83424c91181e283e536d6053b7636e (diff)
- typo
git-svn-id: https://svn.roundcube.net/trunk@3418 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
-rw-r--r--roundcubemail/program/include/rcube_ldap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_ldap.php b/roundcubemail/program/include/rcube_ldap.php
index cdf511cfd..4cacd5232 100644
--- a/roundcubemail/program/include/rcube_ldap.php
+++ b/roundcubemail/program/include/rcube_ldap.php
@@ -681,7 +681,7 @@ class rcube_ldap extends rcube_addressbook
// list of known attribute aliases
$aliases = array(
'gn' => 'givenname',
- 'rfc822mailbox' => 'mail',
+ 'rfc822mailbox' => 'email',
'userid' => 'uid',
'emailaddress' => 'email',
'pkcs9email' => 'email',