mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-25 08:23:28 +00:00
(ix) remove alarms in IMIP responses (fixes #3925)
This commit is contained in:
@@ -933,6 +933,9 @@
|
|||||||
/* get WOApplication instance */
|
/* get WOApplication instance */
|
||||||
app = [WOApplication application];
|
app = [WOApplication application];
|
||||||
|
|
||||||
|
/* remove all alarms to avoid bug #3925 */
|
||||||
|
[event removeAllAlarms];
|
||||||
|
|
||||||
/* construct message content */
|
/* construct message content */
|
||||||
p = [app pageWithName: @"SOGoAptMailICalReply" inContext: context];
|
p = [app pageWithName: @"SOGoAptMailICalReply" inContext: context];
|
||||||
[p setApt: (iCalEvent *) event];
|
[p setApt: (iCalEvent *) event];
|
||||||
|
|||||||
Reference in New Issue
Block a user