Merge branch 'restore-dovecot-hierarchy-separator' into 'main'

dovecot: restore hierarchy separator setting

See merge request simple-nixos-mailserver/nixos-mailserver!509
This commit is contained in:
Martin Weinelt
2026-04-14 13:59:05 +00:00
+1 -1
View File
@@ -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;