From 350217c321cf30ebf2a6655d6ad925898f40a992 Mon Sep 17 00:00:00 2001
From: Guilhem Moulin <guilhem@fripost.org>
Date: Tue, 28 May 2019 00:28:33 +0200
Subject: tests/run: set 'mailbox_list_index = yes' in dovecot.conf.

LAYOUT=index requires mailbox_list_index = yes.  It's the default since
dovecot 2.3, but we set it explicitly to support older versions.
---
 tests/run | 1 +
 1 file changed, 1 insertion(+)

(limited to 'tests/run')

diff --git a/tests/run b/tests/run
index 60d9d01..91319f3 100755
--- a/tests/run
+++ b/tests/run
@@ -73,6 +73,7 @@ prepare() {
         cat >"$home/.config/dovecot/config" <<-EOF
 			log_path = /dev/null
 			mail_home = $ROOTDIR/home/%u
+			mailbox_list_index = yes
 			ssl = no
 		EOF
         cat >>"$home/.config/dovecot/config" <"$src"
-- 
cgit v1.2.3