mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-10 02:45:08 +00:00
Monotone-Parent: a11424d99fd81b4c47bf7609d4e4e9ec4e1b0ab2
Monotone-Revision: 918ac4e60f7f32fc192712b48660266566230db7 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-06-05T19:33:44 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -373,8 +373,7 @@
|
||||
- send iMIP mail for all folders not found
|
||||
*/
|
||||
iCalEvent *apt;
|
||||
NSArray *removedUIDs;
|
||||
NSMutableArray *attendees;
|
||||
NSMutableArray *attendees, *removedUIDs;
|
||||
|
||||
/* load existing content */
|
||||
|
||||
@@ -386,7 +385,10 @@
|
||||
// // TODO
|
||||
// }
|
||||
|
||||
removedUIDs = [self attendeeUIDsFromAppointment:apt];
|
||||
removedUIDs = [NSMutableArray arrayWithArray:
|
||||
[self attendeeUIDsFromAppointment: apt]];
|
||||
if (![removedUIDs containsObject: owner])
|
||||
[removedUIDs addObject: owner];
|
||||
|
||||
if ([self sendEMailNotifications])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user