dovecot: add support store mailbox names on disk using UTF-8
This commit is contained in:
parent
84783b661e
commit
008d78cc21
2 changed files with 10 additions and 1 deletions
|
@ -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 = ".";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue