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

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}