mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-20 12:29:29 +00:00
(fix) remove all alarms before IMIP reply (fixes #3925)
This commit is contained in:
@@ -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])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user