From 389efe03236161e0d93e26221ab11628836e315e Mon Sep 17 00:00:00 2001 From: niten Date: Fri, 13 Oct 2023 08:17:41 -0700 Subject: [PATCH] Change url back, specify autoindex --- dovecot.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dovecot.nix b/dovecot.nix index 1182db2..d5529e4 100644 --- a/dovecot.nix +++ b/dovecot.nix @@ -388,9 +388,10 @@ in { plugin { fts = solr - fts_solr = url=http://${cfg.solr.host}:${toString cfg.solr.port}/ ${ - optionalString cfg.debug "debug" - } + fts_solr = url=http://${cfg.solr.host}:${ + toString cfg.solr.port + }/solr/dovecot ${optionalString cfg.debug "debug"} + fts_autoindex = yes fts_autoindex_exclude = \Junk fts_autoindex_exclude = \Trash fts_decoder = decode2text