Skip to content

Commit b719f8e

Browse files
vmo69slusarz
authored andcommitted
settings: Remove hierarchy separator from imapc_list_prefix example
Using a hierarchy separator there produces an error: "imapc_list_prefix must not end with hierarchy separator"
1 parent b1086ec commit b719f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4160,7 +4160,7 @@ Access only mailboxes under this prefix.
41604160
Example, for a source IMAP server that uses an INBOX namespace prefix:
41614161
41624162
\`\`\`
4163-
imapc_list_prefix = INBOX/
4163+
imapc_list_prefix = INBOX
41644164
\`\`\``
41654165
},
41664166

0 commit comments

Comments
 (0)