From 26092048f0011ac5a29c21eb88c902c2dbbbeca1 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 23 Jun 2026 14:07:36 -0600 Subject: [PATCH] settings: Fix seealso link for sieve_variables_max_scope_count --- data/settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/settings.js b/data/settings.js index a1fcb276c..e80c48ebf 100644 --- a/data/settings.js +++ b/data/settings.js @@ -1335,7 +1335,7 @@ make the original SMTP recipient available to Sieve.` plugin: 'sieve', default: 255, values: setting_types.UINT, - seealso: [ '[[link,sieve_vacation]]' ], + seealso: [ '[[link,sieve_variables]]' ], advanced: true, text: ` The maximum number of variables that can be declared in a scope.