From bd9952704aa5658a53220bff2bfc23e607e8b67c Mon Sep 17 00:00:00 2001 From: "github@kiekerjan.isdronken.nl" Date: Mon, 2 Aug 2021 00:27:45 +0200 Subject: [PATCH] mute re indexing, could be lots of noise on existing installs --- setup/dovecot-fts-xapian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/dovecot-fts-xapian.sh b/setup/dovecot-fts-xapian.sh index e985bf8d..47afda8d 100755 --- a/setup/dovecot-fts-xapian.sh +++ b/setup/dovecot-fts-xapian.sh @@ -76,7 +76,7 @@ restart_service dovecot # and compare those to what actually exist in mailboxes. # This removes mails from the index that have already been expunged and makes # sure that the next doveadm index will index all the missing mails (if any). -doveadm fts rescan -A +hide_output doveadm fts rescan -A # Adds unindexed files to the fts database # * `-q`: Queues the indexing to be run by indexer process. (will background the indexing)