# HG changeset patch # User Aki Tuomi # Date 1487007622 -7200 # Node ID 35d26415f0bcca4d36811b9de2fbdb6e9b938355 # Parent fc183b14100691dc0148f0539b8bc6152ae14b21 mail-crypt: Do not restrict access in unit test This works around problem with docker diff -r fc183b141006 -r 35d26415f0bc src/plugins/mail-crypt/test-mail-key.c --- a/src/plugins/mail-crypt/test-mail-key.c Tue Feb 14 10:54:29 2017 +0200 +++ b/src/plugins/mail-crypt/test-mail-key.c Mon Feb 13 19:40:22 2017 +0200 @@ -156,6 +156,7 @@ }; mail_storage_service = mail_storage_service_init(master_service, NULL, + MAIL_STORAGE_SERVICE_FLAG_NO_RESTRICT_ACCESS | MAIL_STORAGE_SERVICE_FLAG_NO_LOG_INIT | MAIL_STORAGE_SERVICE_FLAG_NO_PLUGINS);