mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 00:08:51 +00:00
Monotone-Parent: 0baf969f5825efbb195eb2aa0eee29ef3b76e1e5
Monotone-Revision: ff1ce45cd82384eeed82f4595d14f0015ef0750e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-20T19:29:11 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2006-10-20 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/Contacts/SOGoContactLDAPFolder.m
|
||||
([SOGoContactLDAPFolder -_qualifierForFilter:filter]): search also
|
||||
on "cn", just like Mozilla.
|
||||
|
||||
2006-10-19 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/MailerUI/UIxMailToSelection.m ([UIxMailToSelection -to]):
|
||||
|
||||
@@ -332,6 +332,7 @@
|
||||
{
|
||||
qs = [NSString stringWithFormat:
|
||||
@"(cn='*%@*')"
|
||||
@"OR (sn='*%@*')"
|
||||
@"OR (displayName='*%@*')"
|
||||
@"OR (mail='*%@*')"
|
||||
@"OR (telephoneNumber='*%@*')",
|
||||
|
||||
Reference in New Issue
Block a user