From 5ffceb790602cb00f92acd8f275fe8246cb36222 Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 25 Mar 2010 14:25:59 +0000 Subject: - typo --- program/include/rcube_ldap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/include/rcube_ldap.php b/program/include/rcube_ldap.php index cdf511cfd..4cacd5232 100644 --- a/program/include/rcube_ldap.php +++ b/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', -- cgit v1.2.3