Skip to content

Commit

Permalink
testsuite: Don't initialize mail storage with mail_full_filesystem_ac…
Browse files Browse the repository at this point in the history
…cess=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.
  • Loading branch information
stephanbosch committed Mar 5, 2018
1 parent c5fc1b0 commit 7a9f80a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/testsuite/testsuite-mailstore.c
Expand Up @@ -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)
Expand Down

0 comments on commit 7a9f80a

Please sign in to comment.