dovecot: add support store mailbox names on disk using UTF-8

This commit is contained in:
Lafiel 2023-03-12 20:13:51 +03:00
parent 84783b661e
commit 008d78cc21
Failed to extract signature
2 changed files with 10 additions and 1 deletions

View file

@ -574,6 +574,14 @@ in
'';
};
useUTF8FolderNames = mkOption {
type = types.bool;
default = false;
description = ''
Store mailbox names on disk using UTF-8 instead of modified UTF-7 (mUTF-7).
'';
};
hierarchySeparator = mkOption {
type = types.str;
default = ".";