From c7b01330003913fe2a59dc2970fd1c25c328e58a Mon Sep 17 00:00:00 2001 From: Hivert Quentin Date: Wed, 27 Nov 2024 10:07:58 +0100 Subject: [PATCH] chore(tool): add the possibility to force the sieve script activation --- Tools/SOGoToolUserPreferences.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/SOGoToolUserPreferences.m b/Tools/SOGoToolUserPreferences.m index 26a1be2ed..326c22a8b 100644 --- a/Tools/SOGoToolUserPreferences.m +++ b/Tools/SOGoToolUserPreferences.m @@ -259,7 +259,7 @@ typedef enum break; case UserPreferencesSet: - if (max > 4) + if (![arguments containsObject: @"-f"]) { /* value specified on command line */ value = [sanitizedArguments objectAtIndex: 4];