From f99e2d969bd0d45ced5d23b63cb98bbcb44b67fd Mon Sep 17 00:00:00 2001
From: Timo Sirainen <timo.sirainen@open-xchange.com>
Date: Sun, 17 Mar 2024 00:24:17 +0200
Subject: [PATCH] testsuite: Adjust to dict configuration changes

---
 src/testsuite/testsuite-mailstore.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/testsuite/testsuite-mailstore.c b/src/testsuite/testsuite-mailstore.c
index b704f94ce..50e5a648a 100644
--- a/src/testsuite/testsuite-mailstore.c
+++ b/src/testsuite/testsuite-mailstore.c
@@ -86,8 +86,9 @@ void testsuite_mailstore_init(void)
 		t_strconcat("home=", cwd, NULL),
 		"mail_driver=maildir",
 		t_strconcat("mail_path=", testsuite_mailstore_location, NULL),
-		"mail_attribute/dict_driver=file",
-		t_strconcat("dict_file_path=", testsuite_mailstore_attrs, NULL),
+		"mail_attribute/dict=file",
+		"mail_attribute/dict/file/driver=file",
+		t_strconcat("dict/file/path=", testsuite_mailstore_attrs, NULL),
 		NULL,
 	};
 	struct settings_instance *set_instance =
-- 
GitLab