mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-22 14:52:44 +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:
@@ -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
|
||||
|
||||
@@ -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