mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-15 05:14:53 +00:00
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:
@@ -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]])
|
||||
|
||||
Reference in New Issue
Block a user