feat(mail): Deletion of mail older than x. Closes #6023. Remove also template folder. Change SOGoDisableMailCleaning to SOGoEnableMailCleaning (disabled by default).

This commit is contained in:
smizrahi
2024-11-25 10:23:22 +01:00
parent ce86d14826
commit ea427ea41a
5 changed files with 9 additions and 8 deletions
+2 -2
View File
@@ -933,9 +933,9 @@ NSComparisonResult languageSort(id el1, id el2, void *context)
return [self stringForKey: @"SOGoURLCreateAccount"];
}
- (BOOL) disableMailCleaning
- (BOOL) enableMailCleaning
{
return [self boolForKey: @"SOGoDisableMailCleaning"];
return [self boolForKey: @"SOGoEnableMailCleaning"];
}
@end