From bb1728f27ca85d5cc70e0382642495beb4e9a5c0 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 14 Apr 2026 14:33:29 +0200 Subject: [PATCH] dovecot: restore hierarchy separator setting The application of this setting got lost in the structured settings migration. Ref: 44149c5 --- mail-server/dovecot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-server/dovecot.nix b/mail-server/dovecot.nix index 94682fa..2f83a86 100644 --- a/mail-server/dovecot.nix +++ b/mail-server/dovecot.nix @@ -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;