Wrapped ${mailbox.name} in "s to allow for space in mailbox names.
This commit is contained in:
parent
65f90f9c67
commit
35441b52d9
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user