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
+1 -1
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]])