From 2f8b53102d9b45e6c4381d95f65bc66d73beafe0 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 20 Oct 2006 19:29:11 +0000 Subject: [PATCH] Monotone-Parent: 0baf969f5825efbb195eb2aa0eee29ef3b76e1e5 Monotone-Revision: ff1ce45cd82384eeed82f4595d14f0015ef0750e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-20T19:29:11 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 6 ++++++ SoObjects/Contacts/SOGoContactLDAPFolder.m | 1 + 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 18e19c7ec..5a0d24007 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-10-20 Wolfgang Sourdeau + + * SoObjects/Contacts/SOGoContactLDAPFolder.m + ([SOGoContactLDAPFolder -_qualifierForFilter:filter]): search also + on "cn", just like Mozilla. + 2006-10-19 Wolfgang Sourdeau * UI/MailerUI/UIxMailToSelection.m ([UIxMailToSelection -to]): diff --git a/SoObjects/Contacts/SOGoContactLDAPFolder.m b/SoObjects/Contacts/SOGoContactLDAPFolder.m index 72d19df67..d9e621cd9 100644 --- a/SoObjects/Contacts/SOGoContactLDAPFolder.m +++ b/SoObjects/Contacts/SOGoContactLDAPFolder.m @@ -332,6 +332,7 @@ { qs = [NSString stringWithFormat: @"(cn='*%@*')" + @"OR (sn='*%@*')" @"OR (displayName='*%@*')" @"OR (mail='*%@*')" @"OR (telephoneNumber='*%@*')",