Change url back, specify autoindex

This commit is contained in:
niten 2023-10-13 08:17:41 -07:00
parent 524f1c9250
commit 389efe0323
1 changed files with 4 additions and 3 deletions

View File

@ -388,9 +388,10 @@ in {
plugin { plugin {
fts = solr fts = solr
fts_solr = url=http://${cfg.solr.host}:${toString cfg.solr.port}/ ${ fts_solr = url=http://${cfg.solr.host}:${
optionalString cfg.debug "debug" toString cfg.solr.port
} }/solr/dovecot ${optionalString cfg.debug "debug"}
fts_autoindex = yes
fts_autoindex_exclude = \Junk fts_autoindex_exclude = \Junk
fts_autoindex_exclude = \Trash fts_autoindex_exclude = \Trash
fts_decoder = decode2text fts_decoder = decode2text