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:
@ -98,7 +98,7 @@ object ScanMailboxTask {
|
||||
if (acc.noneLeft(name)) acc.pure[F]
|
||||
else
|
||||
mailer
|
||||
.run(impl.handleFolder(theEmil.access, upload)(name, ctx.args.scanRecursively))
|
||||
.run(impl.handleFolder(theEmil.access, upload)(name, ctx.args.scanRecursively.getOrElse(false)))
|
||||
.map(_ ++ acc)
|
||||
|
||||
Stream
|
||||
|
Reference in New Issue
Block a user