Sieve: include statements ignore capitalisation of sub-script names (fixes #1643)
This commit is contained in:
@@ -611,7 +611,7 @@ impl SieveScriptIngest for Server {
|
||||
account_id,
|
||||
Collection::SieveScript,
|
||||
SieveField::Name,
|
||||
name.as_bytes(),
|
||||
name.to_lowercase().as_bytes(),
|
||||
)
|
||||
.await
|
||||
.caused_by(trc::location!())?
|
||||
|
||||
Reference in New Issue
Block a user