Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -7947,7 +7947,7 @@ It's possible to use the same character here as for
values: setting_types.STRING,
default: {
value: '*[None]*',
text: `The default for [[link,imapc]] storage is \`%%\`.`,
text: `The default for [[link,imapc]] storage is \`%\`.`,
},
text: `
Specifies an escape character that it used for encoding special characters in
Expand Down
4 changes: 2 additions & 2 deletions docs/core/config/shared_mailboxes.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ the domain part and instead use [[setting,namespace_prefix,shared/$username/]].

[[changed,namespace_prefix_shared_variables_changed]] The shared namespaces
now use `$user`, `$username` and `$domain` template variables, rather than
the old `%%{user}`, `%%{user | username}` and `%%{user | domain}`.
the old `%%u`, `%%n` and `%%d`.

[[setting,namespace_list,children]] specifies that if no one has shared
mailboxes to the user, the "shared" directory isn't listed by the LIST command.
Expand Down Expand Up @@ -514,7 +514,7 @@ initially have "lookup" right, but later we don't:
### Troubleshooting

- Make sure `$user` or `$username` is specified in the
[[setting,namespace_prefix]] setting rather than the old `%%{user}` or `%%{user | username}`.
[[setting,namespace_prefix]] setting rather than the old `%%u` or `%%n`.

- Make sure the [[setting,mail_path]] is set correctly in the
namespace location. [[setting,log_debug,category=mail]] will help you see
Expand Down