mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Change scanRecursively to an Option field
This commit is contained in:
@ -24,7 +24,7 @@ case class ScanMailboxArgs(
|
||||
// the configured imap connection
|
||||
imapConnection: Ident,
|
||||
// scan folders recursively
|
||||
scanRecursively: Boolean,
|
||||
scanRecursively: Option[Boolean],
|
||||
// what folders to search
|
||||
folders: List[String],
|
||||
// only select mails received since then
|
||||
|
Reference in New Issue
Block a user