mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-15 10:28:00 +00:00
Monotone-Parent: 1ccd34fd9ea99e675935d745db7e70d19716428a
Monotone-Revision: c40151185171e3ba8a257569b8ab5ec86930d393 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-05-05T14:40:53 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -48,7 +48,6 @@
|
||||
#import <Mailer/SOGoMailObject.h>
|
||||
#import <SOGo/SOGoParentFolder.h>
|
||||
#import <SOGo/SOGoUser.h>
|
||||
#import <SOGo/iCalEntityObject+Utilities.h>
|
||||
#import <Mailer/SOGoMailBodyPart.h>
|
||||
|
||||
#import "UIxMailPartICalActions.h"
|
||||
@@ -261,6 +260,12 @@
|
||||
withDelegate: nil];
|
||||
}
|
||||
|
||||
- (WOResponse *) tentativeAction
|
||||
{
|
||||
return [self _changePartStatusAction: @"TENTATIVE"
|
||||
withDelegate: nil];
|
||||
}
|
||||
|
||||
- (WOResponse *) delegateAction
|
||||
{
|
||||
// BOOL receiveUpdates;
|
||||
@@ -369,7 +374,7 @@
|
||||
address = [[mailObject fromEnvelopeAddresses] objectAtIndex: 0];
|
||||
emailFrom = [address baseEMail];
|
||||
|
||||
return [event findParticipantWithEmail: emailFrom];
|
||||
return [event findAttendeeWithEmail: emailFrom];
|
||||
}
|
||||
|
||||
- (BOOL) _updateParticipantStatusInEvent: (iCalEvent *) calendarEvent
|
||||
|
||||
Reference in New Issue
Block a user