mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
See ChangeLog
Monotone-Parent: 1ee23312738f4184241e898cf4bb970b82a4f9a3 Monotone-Revision: 3076c5f627f3ef8a7b54cfac5834981257fcdc05 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-05-04T19:23:16 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2010-05-04 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* SoObjects/Contacts/SOGoContactSourceFolder.m
|
||||
(-lookupName:inContext:acquire:): verify the result of
|
||||
lookupContactEntry as it will not necessarily return a contact.
|
||||
|
||||
2010-04-28 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* Tools/sogo-tool.m (setupUserDefaults): new function that sets up
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* SOGoContactSourceFolder.m - this file is part of SOGo
|
||||
*
|
||||
* Copyright (C) 2006-2009 Inverse inc.
|
||||
* Copyright (C) 2006-2010 Inverse inc.
|
||||
*
|
||||
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
*
|
||||
@@ -181,7 +181,8 @@
|
||||
if (!ldifEntry)
|
||||
{
|
||||
ldifEntry = [source lookupContactEntry: objectName];
|
||||
[childRecords setObject: ldifEntry forKey: objectName];
|
||||
if (ldifEntry)
|
||||
[childRecords setObject: ldifEntry forKey: objectName];
|
||||
}
|
||||
if (ldifEntry)
|
||||
obj = [SOGoContactLDIFEntry contactEntryWithName: objectName
|
||||
|
||||
Reference in New Issue
Block a user