mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-08 06:48:51 +00:00
Send IMIP responses if the event is in the future
Avoids sending responses for past events when importing events into a new calendar from thunderbird or any DAV client.
This commit is contained in:
@@ -896,7 +896,7 @@
|
||||
SOGoDomainDefaults *dd;
|
||||
|
||||
dd = [from domainDefaults];
|
||||
if ([dd appointmentSendEMailNotifications])
|
||||
if ([dd appointmentSendEMailNotifications] && [event isStillRelevant])
|
||||
{
|
||||
/* get WOApplication instance */
|
||||
app = [WOApplication application];
|
||||
|
||||
Reference in New Issue
Block a user