Browse Source

sogo: enabled SOGoEnableMailCleaning per default

DerLinkman 4 months ago
parent
commit
aa4125fe62
1 changed files with 4 additions and 1 deletions
  1. 4 1
      data/conf/sogo/sogo.conf

+ 4 - 1
data/conf/sogo/sogo.conf

@@ -16,6 +16,9 @@
     SOGoFoldersSendEMailNotifications = YES;
     SOGoFoldersSendEMailNotifications = YES;
     SOGoForwardEnabled = YES;
     SOGoForwardEnabled = YES;
 
 
+    // Added with SOGo 5.12 - Allows users to cleanup there maildirectories by deleting mails oder than X
+    SOGoEnableMailCleaning = YES;
+
     // Fixes "MODIFICATION_FAILED" error (HTTP 412) in Clients when accepting invitations from external services
     // Fixes "MODIFICATION_FAILED" error (HTTP 412) in Clients when accepting invitations from external services
     SOGoDisableOrganizerEventCheck = YES;
     SOGoDisableOrganizerEventCheck = YES;
 
 
@@ -91,7 +94,7 @@
   //SoDebugBaseURL = YES;
   //SoDebugBaseURL = YES;
   //ImapDebugEnabled = YES;
   //ImapDebugEnabled = YES;
   //SOGoEASDebugEnabled = YES;
   //SOGoEASDebugEnabled = YES;
-  SOGoEASSearchInBody = YES; // Experimental. Enabled since 2023-10
+  SOGoEASSearchInBody = YES;
   //LDAPDebugEnabled = YES;
   //LDAPDebugEnabled = YES;
   //PGDebugEnabled = YES;
   //PGDebugEnabled = YES;
   //MySQL4DebugEnabled = YES;
   //MySQL4DebugEnabled = YES;