mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-24 19:34:17 +00:00
Monotone-Parent: f057a34e782a5a8e8f44135b338e66f79e7e6c24
Monotone-Revision: eee51b9dd1935131f418b67a4fb12afadec2157d Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-11-01T22:38:57 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -397,7 +397,8 @@
|
||||
if (![removedUIDs containsObject: owner])
|
||||
[removedUIDs addObject: owner];
|
||||
|
||||
if ([self sendEMailNotifications])
|
||||
if ([self sendEMailNotifications]
|
||||
&& [self _aptIsStillRelevant: apt])
|
||||
{
|
||||
/* send notification email to attendees excluding organizer */
|
||||
attendees = [NSMutableArray arrayWithArray:[apt attendees]];
|
||||
|
||||
Reference in New Issue
Block a user