Skip to content

Commit bbbbb90

Browse files
sirainencmouse
authored andcommitted
shared_mailboxes: Revert back to old %%u / %%n when referring to old config
1 parent 45e4d88 commit bbbbb90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/config/shared_mailboxes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ the domain part and instead use [[setting,namespace_prefix,shared/$username/]].
274274

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

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

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

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

0 commit comments

Comments
 (0)