dovecot: restore hierarchy separator setting
The application of this setting got lost in the structured settings
migration.
Ref: 44149c5
This commit is contained in:
@@ -450,7 +450,7 @@ in
|
|||||||
# default user mailboxes
|
# default user mailboxes
|
||||||
"namespace inbox" = {
|
"namespace inbox" = {
|
||||||
inbox = true;
|
inbox = true;
|
||||||
separator = ".";
|
separator = cfg.hierarchySeparator;
|
||||||
}
|
}
|
||||||
// mapAttrs' (name: value: nameValuePair ''mailbox "${name}"'' value) cfg.mailboxes;
|
// mapAttrs' (name: value: nameValuePair ''mailbox "${name}"'' value) cfg.mailboxes;
|
||||||
lda_mailbox_autosubscribe = true;
|
lda_mailbox_autosubscribe = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user