Skip to content

Commit

Permalink
docs: core: plugins: Clarify driver-dependent behavior of sieve_scrip…
Browse files Browse the repository at this point in the history
…t_name and sieve_script_bin_path settings
  • Loading branch information
stephanbosch authored and sirainen committed Dec 23, 2024
1 parent f999a75 commit 0462292
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions docs/core/plugins/sieve.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,18 @@ to this driver:

<SettingsComponent tag="sieve-storage-file" />

##### `sieve_script_name`

If the [[setting,sieve_script_name]] setting is not configured and the Sieve
script is not retrieved by name (e.g. using the
[[link,sieve_include,include extension]] or by [[link,managesieve]]), the name
defaults to the file name without the `.sieve` suffix.

##### `sieve_script_bin_path`

If the [[setting,sieve_script_bin_path]] setting is not configured, the binaries
are stored in the same directory as the corresponding sieve scripts by default.

#### Example

```
Expand Down Expand Up @@ -310,8 +322,10 @@ The `dict` storage driver supports all settings described in

##### `sieve_script_name`

If the name of the Script is left unspecified and not otherwise provided by the
Sieve interpreter, the name defaults to `default`.
If the [[setting,sieve_script_name]] setting is not configured and the Sieve
script is not retrieved by name (e.g. using the
[[link,sieve_include,include extension]] or by [[link,managesieve]]), the name
defaults to `default`.

##### `sieve_script_bin_path`

Expand Down Expand Up @@ -509,8 +523,10 @@ storage driver:

##### `sieve_script_name`

If the name of the Script is left unspecified and not otherwise provided by the
Sieve interpreter, the name defaults to `default`.
If the [[setting,sieve_script_name]] setting is not configured and the Sieve
script is not retrieved by name (e.g. using the
[[link,sieve_include,include extension]] or by [[link,managesieve]]), the name
defaults to `default`.

##### `sieve_script_bin_path`

Expand Down

0 comments on commit 0462292

Please sign in to comment.