Merge pull request #34629 from phdoerfler/patch-2

Wrapped ${mailbox.name} in "s to allow for space in mailbox names.
This commit is contained in:
Frederik Rietdijk 2018-02-05 19:13:20 +00:00 committed by GitHub
commit 5083c1d0bc
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}