Skip to content

Commit f979264

Browse files
committed
data/settings: Add a warning against changing mailbox_list_utf8
1 parent 454ad69 commit f979264

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

data/settings.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8403,7 +8403,13 @@ file storage is on a faster storage.`
84038403
values: setting_types.BOOLEAN,
84048404
default: 'no',
84058405
text: `
8406-
Store mailbox names on disk using UTF-8 instead of modified UTF-7 (mUTF-7).`
8406+
Store mailbox names on disk using UTF-8 instead of modified UTF-7 (mUTF-7).
8407+
This applies also to the mailbox list index with
8408+
[[setting,mailbox_list_layout,index]].
8409+
8410+
::: warning
8411+
Changing this breaks already existing non-ASCII mailbox names.
8412+
:::`
84078413
},
84088414

84098415
mailbox_idle_check_interval: {

0 commit comments

Comments
 (0)