doveadm fts rescan clears the indices, we don't want that
This commit is contained in:
parent
c25bb085d6
commit
a24c01973f
|
@ -1,3 +1,2 @@
|
|||
#!/bin/bash
|
||||
/usr/bin/doveadm fts rescan -A > /dev/null 2>&1
|
||||
/usr/bin/doveadm fts optimize -A > /dev/null 2>&1
|
||||
|
|
|
@ -82,5 +82,5 @@ doveadm fts rescan -A
|
|||
# * `-q`: Queues the indexing to be run by indexer process. (will background the indexing)
|
||||
# * `-A`: All users
|
||||
# * `'*'`: All folders
|
||||
doveadm index -q -A '*'
|
||||
doveadm index -A -q \*
|
||||
|
||||
|
|
Loading…
Reference in New Issue