Change url back, specify autoindex
This commit is contained in:
parent
524f1c9250
commit
389efe0323
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue