Skip to content
Snippets Groups Projects
Commit 51b54c6f authored by Timo Sirainen's avatar Timo Sirainen
Browse files

global: Adjust to mail_location setting split

parent 446877da
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,8 @@ static int test_init_mail_user(void)
struct mail_storage_service_input input = {
.userdb_fields = (const char*const[]){
t_strdup_printf("mail=maildir:~/"),
"mail_driver=maildir",
"mail_path=~/",
t_strdup_printf("home=%s", mail_home),
NULL
},
......
......@@ -83,8 +83,8 @@ void testsuite_mailstore_init(void)
i_fatal("Failed to get working directory: %s", error);
const char *const userdb_fields[] = {
t_strconcat("home=", cwd, NULL),
t_strconcat("mail_location=maildir:",
testsuite_mailstore_location, 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),
NULL,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.