mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-16 20:15:57 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user