mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Add a subject filter to scan-mailbox args
This commit is contained in:
@ -3503,7 +3503,12 @@ components:
|
||||
$ref: "#/components/schemas/StringList"
|
||||
fileFilter:
|
||||
description: |
|
||||
A glob to filter attachments to import.
|
||||
A glob to filter attachments to import by file name.
|
||||
type: string
|
||||
format: glob
|
||||
subjectFilter:
|
||||
description: |
|
||||
A glob to filter attachments to import by subject.
|
||||
type: string
|
||||
format: glob
|
||||
|
||||
|
Reference in New Issue
Block a user