From 7a9f80a2d03847b5746b0ef8ccb3150b5b3a3553 Mon Sep 17 00:00:00 2001 From: Stephan Bosch Date: Fri, 2 Mar 2018 20:21:27 +0100 Subject: [PATCH] testsuite: Don't initialize mail storage with mail_full_filesystem_access=yes. Recent changes in Dovecot make slashes allowed in mailbox names when this flag is set. This flag is not useful for the test suite and it breaks one of the tests because slashes are no longer invalid when this flag is set. --- src/testsuite/testsuite-mailstore.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/testsuite/testsuite-mailstore.c b/src/testsuite/testsuite-mailstore.c index a093e4fa8..b02085305 100644 --- a/src/testsuite/testsuite-mailstore.c +++ b/src/testsuite/testsuite-mailstore.c @@ -94,7 +94,6 @@ void testsuite_mailstore_init(void) (mail_user->pool, "maildir:", testsuite_mailstore_location, NULL); mail_set->mail_attribute_dict = p_strconcat (mail_user->pool, "file:", testsuite_mailstore_attrs, NULL); - mail_set->mail_full_filesystem_access = TRUE; ns->mail_set = mail_set; if (mail_storage_create(ns, "maildir", 0, &error) < 0)