From 4396125ebbbaecbaba0f8e0afb25e492b3be5795 Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Sun, 8 May 2022 15:45:24 -0700 Subject: [PATCH] docs/full text search: fix typo; improve ux docecot -> dovecot Also, `indexDir` is not expecting to see %d/%n being passed to that parameter, so remove that to make it easier to cpy the path into there. --- docs/fts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fts.rst b/docs/fts.rst index aed2cba..5d84eaf 100644 --- a/docs/fts.rst +++ b/docs/fts.rst @@ -42,7 +42,7 @@ Indices created by the full text search feature can take more disk space than the emails themselves. By default, they are kept in the emails location. When enabling the full text search feature, it is recommended to move indices in a different location, such as -(``/var/lib/docecot/indices/%d/%n``) by using the option +(``/var/lib/dovecot/indices``) by using the option ``mailserver.indexDir``. .. warning::