Wrapped ${mailbox.name} in "s to allow for space in mailbox names.

This commit is contained in:
Philipp Dörfler 2018-02-05 17:06:49 +01:00 committed by GitHub
parent 65f90f9c67
commit 35441b52d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,7 @@ let
};
mailboxConfig = mailbox: ''
mailbox ${mailbox.name} {
mailbox "${mailbox.name}" {
auto = ${toString mailbox.auto}
'' + optionalString (mailbox.specialUse != null) ''
special_use = \${toString mailbox.specialUse}