forked from mirrors/nixpkgs
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:
commit
5083c1d0bc
|
@ -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 a new issue