mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-22 01:46:23 +00:00
(ix) remove alarms in IMIP responses (fixes #3925)
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user