mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-20 06:03:20 +00:00
Added scary comments
Monotone-Parent: 0bc72fc660e8d843466e5428a65d7ea595d8f88e Monotone-Revision: ff4ded519351216e33ec0fa734612c05b21917d1 Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-07-20T18:23:44 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -80,6 +80,9 @@ static unsigned int freebusyRangeEnd = 0;
|
||||
um = [LDAPUserManager sharedUserManager];
|
||||
contactInfos = [um contactInfosForUserWithUIDorEmail: uid];
|
||||
|
||||
// WARNING
|
||||
// don't touch unless you're going to re-test caldav sync
|
||||
// with an iPhone AND lightning
|
||||
person = [iCalPerson new];
|
||||
[person autorelease];
|
||||
[person setEmail: [contactInfos objectForKey: @"c_email"]];
|
||||
|
||||
Reference in New Issue
Block a user