(fix) remove all alarms before IMIP reply (fixes #3925)

This commit is contained in:
Ludovic Marcotte 2017-01-13 13:17:20 -05:00
parent 494b2d7b7e
commit a42d6ce450

View file

@ -935,6 +935,9 @@
if ([[context objectForKey: @"DeviceType"] isEqualToString: @"WindowsOutlook15"])
return;
// remove all alarms to avoid bug #3925
[event removeAllAlarms];
dd = [from domainDefaults];
if ([dd appointmentSendEMailNotifications] && [event isStillRelevant])
{