(ix) remove alarms in IMIP responses (fixes #3925)

This commit is contained in:
Ludovic Marcotte
2017-01-12 15:23:09 -05:00
parent 905859053c
commit 9d7d2575d3

View File

@@ -933,6 +933,9 @@
/* get WOApplication instance */
app = [WOApplication application];
/* remove all alarms to avoid bug #3925 */
[event removeAllAlarms];
/* construct message content */
p = [app pageWithName: @"SOGoAptMailICalReply" inContext: context];
[p setApt: (iCalEvent *) event];