Skip to content

core/docs/core/config/namespaces.md: Add @mailbox_defaults #1249

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

nauski
Copy link
Contributor

@nauski nauski commented May 28, 2025

Add info about suggested @mailbox_defaults setting

cmouse
cmouse previously approved these changes May 28, 2025
::: details Click to show settings
```[dovecot.conf]
namespace inbox {
inbox = yes
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like namespace should be indented left.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added indent

namespace inbox {
inbox = yes
mailbox Drafts {
special_use = "\\Drafts"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think clearer would be to use special_use = \Drafts - for now doveconf output gives it with quotes, but maybe at some point we change that..

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed extra quotes and backslash from all special_use settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants