docs: formatting fix on delete keyword in mail section (#444)

This commit is contained in:
Jonathan Martens
2023-12-16 16:08:41 +01:00
committed by GitHub
parent 3bf0bea710
commit c71bc19cea

View File

@@ -139,7 +139,7 @@ The full set of configuration options are:
- `watch` - bool: Use the IMAP `IDLE` command to process
- messages as they arrive or poll MS Graph for new messages
- `delete` - bool: Delete messages after processing them,
- instead of archiving them
instead of archiving them
- `test` - bool: Do not move or delete messages
- `batch_size` - int: Number of messages to read and process
before saving. Default `10`. Use `0` for no limit.