Monotone-Parent: 8cbcf72bb3b427bf1185e7aa4bed02fcd25f9b09

Monotone-Revision: 884376eab50534fb111e8f427846e2eb674bb704

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-12-02T03:35:34
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2008-12-02 03:35:34 +00:00
parent 004cdf3a7b
commit fd7f6149de

View File

@@ -421,7 +421,6 @@
shouldAddSentBy: (BOOL) b
{
SOGoAppointmentObject *eventObject;
//iCalEvent *event;
iCalCalendar *calendar;
iCalEntityObject *event;
iCalPerson *otherAttendee;
@@ -461,6 +460,8 @@
SOGoUser *currentUser;
int i;
currentUser = [context activeUser];
for (i = 0; i < [events count]; i++)
{
event = [events objectAtIndex: i];
@@ -470,7 +471,6 @@
// If one has accepted / declined an invitation on behalf of
// the attendee, we add the user to the SENT-BY attribute.
currentUser = [context activeUser];
if (b && ![[currentUser login] isEqualToString: [theOwnerUser login]])
{
NSString *currentEmail;