diff --git a/master.html b/master.html index 576489c7..93672362 100644 --- a/master.html +++ b/master.html @@ -1025,6 +1025,8 @@ and write their own collections under the path /USERNAME/.

(New since 3.1.9)

Global control of permission to delete complete collection (default: True)

+

If False it can be permitted by permissions per section with: D If +True it can be forbidden by permissions per section with: d

@@ -1365,6 +1367,10 @@ expensive search requests)
  • W: write collections (excluding address books and calendars)
  • w: write address book and calendar collections
  • +
  • D: permit delete of collection in case +permit_delete_collection=False
  • +
  • d: forbid delete of collection in case +permit_delete_collection=True