mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-02 18:15:26 +00:00
Monotone-Parent: 058f5a310b6bec2478c767650e3d9f8b2a304022
Monotone-Revision: 9df6e001998902bd5c8999371fe27d0a80a65394 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-09-07T13:35:06 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -104,7 +104,6 @@
|
||||
currentAttendee = [attendees nextObject];
|
||||
while (currentAttendee)
|
||||
{
|
||||
NSLog (@"currentCN: %@", [currentAttendee cn]);
|
||||
[names appendFormat: @"%@,", [currentAttendee cn]];
|
||||
[emails appendFormat: @"%@,", [currentAttendee rfc822Email]];
|
||||
currentAttendee = [attendees nextObject];
|
||||
|
||||
Reference in New Issue
Block a user