See ChangeLog

Monotone-Parent: 730c8a73525c070f1f66243a9c692f2ee0adbcd0
Monotone-Revision: 6a57f3626fde7fbfcae50a7c894c35736ad794c8

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-12-03T18:33:44
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle 2009-12-03 18:33:44 +00:00
parent 4359d943fe
commit 0b1dab8023
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2009-12-03 Francis Lachapelle <flachapelle@inverse.ca>
* SoObjects/SOGo/iCalEntityObject+Utilities.m (-findParticipant:):
we now search in all attendees, including attendees with role
NON-PARTICIPANT.
2009-12-02 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/SOGoUserDefaults.m (+initialize): we need to

View file

@ -39,7 +39,7 @@
NSEnumerator *participants;
participant = nil;
participants = [[self participants] objectEnumerator];
participants = [[self attendees] objectEnumerator];
currentParticipant = [participants nextObject];
while (currentParticipant && !participant)
if ([user hasEmail: [currentParticipant rfc822Email]])