mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-07 09:25:09 +00:00
Monotone-Parent: 3bc6a3f032908c2a45f63b61002786602c6e678e
Monotone-Revision: e609c33218c6b86748aced829da0bcb994d513e4 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-04-24T20:28:02 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -427,7 +427,7 @@ static int sizeLimit;
|
||||
while ((currentFieldName = [emailFields nextObject]))
|
||||
{
|
||||
allValues = [[ldapEntry attributeWithName: currentFieldName]
|
||||
allValues];
|
||||
allStringValues];
|
||||
[emails addObjectsFromArray: allValues];
|
||||
}
|
||||
[contactEntry setObject: emails forKey: @"c_emails"];
|
||||
|
||||
Reference in New Issue
Block a user