docs(admin): document mail preview_enhancement_interval#14845
Conversation
Add a section to the Mail admin manual documenting the new preview_enhancement_interval app config introduced in nextcloud/mail#12791. Mirrors the placement and wording of the existing Background sync interval section, but uses the IAppConfig / occ config:app:set syntax matching the new key. AI-assisted: Claude Code (Claude Opus 4.7) Signed-off-by: Wolfgang Lubowski <w.lub92@gmail.com>
|
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! (If you believe you should not receive this message, you can add yourself to the blocklist.) |
🔗 Dependency
This is the docs companion to nextcloud/mail#12791, which makes the
preview-enhancement background-job interval configurable. Marked as draft
until that lands so we don't ship docs for a key that doesn't exist yet.
The key name and `occ` syntax in this PR matches the post-review state of
that PR (`IAppConfig`-style `preview_enhancement_interval`, no dots).
📄 Change
Adds a new "Preview enhancement interval" subsection under
`admin_manual/groupware/mail.rst` → Configuration, immediately after the
existing "Background sync interval" section. Wording mirrors that
section's structure (what it does, default, minimum, when to change),
adds the iMIP context that motivated making it configurable, and uses
`occ config:app:set mail …` to match the new IAppConfig backing.
Requested by @ChristophWurst on the upstream PR review.
✅ Checklist