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:
Wolfgang Sourdeau
2007-11-01 22:38:57 +00:00
parent ffec79c166
commit f90728bfcd
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
2007-11-01 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Appointments/SOGoAppointmentObject.m
([SOGoAppointmentObject -deleteWithBaseSequence:]): an email was
sent when modifying an event, when the event was considered
relevant. The same thing is now implemented for event deletion.
* SoObjects/SOGo/AgenorUserDefaults.m ([AgenorUserDefaults
-primaryFetchProfile]): make sure that the deserialized "values"
is an instance of NSMutableDictionary, otherwise we override it

View File

@@ -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]];