dovecot: restore hierarchy separator setting

The application of this setting got lost in the structured settings
migration.

Ref: 44149c5
This commit is contained in:
Martin Weinelt
2026-04-14 14:33:29 +02:00
parent 4ddd48b573
commit bb1728f27c
+1 -1
View File
@@ -450,7 +450,7 @@ in
# default user mailboxes
"namespace inbox" = {
inbox = true;
separator = ".";
separator = cfg.hierarchySeparator;
}
// mapAttrs' (name: value: nameValuePair ''mailbox "${name}"'' value) cfg.mailboxes;
lda_mailbox_autosubscribe = true;