Fix fullTextSearch.enable=false
This commit is contained in:
parent
4f0f0128d8
commit
822c5f22bd
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ in
|
||||||
sieve_global_extensions = +vnd.dovecot.pipe +vnd.dovecot.environment
|
sieve_global_extensions = +vnd.dovecot.pipe +vnd.dovecot.environment
|
||||||
}
|
}
|
||||||
|
|
||||||
${lib.optionalString (cfg.fullTextSearch.enable != null) ''
|
${lib.optionalString cfg.fullTextSearch.enable ''
|
||||||
plugin {
|
plugin {
|
||||||
plugin = fts fts_xapian
|
plugin = fts fts_xapian
|
||||||
fts = xapian
|
fts = xapian
|
||||||
|
|
Loading…
Reference in a new issue