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

pull/232/head
Ludovic Marcotte 2017-01-12 15:23:09 -05:00
parent 905859053c
commit 9d7d2575d3
1 changed files with 3 additions and 0 deletions

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