Skip to content

Commit 8ea7775

Browse files
Merge pull request #15225 from nextcloud/backport/15202/stable33
[stable33] feat: add section on activity app admin configuration to include mail_max_items config
2 parents cf16ec6 + e1d00a9 commit 8ea7775

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

admin_manual/configuration_server/activity_configuration.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,18 @@ Furthermore it is recommended to configure the background job ``Webcron`` or
3131
There is also a configuration option ``activity_expire_days`` available in your
3232
``config.php`` which allows you to clean-up older activities from the database.
3333

34+
Admin settings
35+
^^^^^^^^^^^^^^
36+
37+
As an administrator, you can:
38+
39+
* Configure the maximum number of activities fully displayed in notification emails
40+
using the ``mail_max_items`` setting. Activities beyond this limit are summarised
41+
as *"and X more"* at the bottom of the email. The default is ``200`` and the
42+
maximum allowed value is ``1000``. For example, to set it to ``500``::
43+
44+
occ config:app:set activity mail_max_items --value=500
45+
3446
.. _label-activities-groupfolders:
3547

3648
Activities in groupfolders or external storages

0 commit comments

Comments
 (0)