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:
@ -33,7 +33,9 @@ case class ScanMailboxArgs(
|
||||
// set a filter for files when importing archives
|
||||
fileFilter: Option[Glob],
|
||||
// set a list of tags to apply to new item
|
||||
tags: Option[List[String]]
|
||||
tags: Option[List[String]],
|
||||
// a glob filter for the mail subject
|
||||
subjectFilter: Option[Glob]
|
||||
)
|
||||
|
||||
object ScanMailboxArgs {
|
||||
|
Reference in New Issue
Block a user