浏览代码

sogo: added SOGoDisableOrganizerEventCheck value to sogo.conf (#6204)

Niklas Meyer 8 月之前
父节点
当前提交
3875e8377a
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      data/conf/sogo/sogo.conf

+ 3 - 0
data/conf/sogo/sogo.conf

@@ -16,6 +16,9 @@
     SOGoFoldersSendEMailNotifications = YES;
     SOGoForwardEnabled = YES;
 
+    // Fixes "MODIFICATION_FAILED" error (HTTP 412) in Clients when accepting invitations from external services
+    SOGoDisableOrganizerEventCheck = YES;
+
     // Option to set Users as admin to globally manage calendar permissions etc. Disabled by default
     // SOGoSuperUsernames = ("moo@example.com");