<div dir="ltr"><div>it helps for me (dovecot 2.2.36 @ centos7):</div><div><br></div>#delete index files:<div>find /path/to/user/maildir/ -type f -name dovecot.index* -delete<br></div><div>find /path/to/user/maildir/ -type f -name dovecot-uidlist -delete</div><div><br></div><div>#then re-create index by command:</div><div>doveadm force-resync -u "<a href="mailto:user@domain.com">user@domain.com</a>" '*'<br></div></div>