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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user