mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Add a flag for restricting overdue items
This commit is contained in:
@ -17,6 +17,7 @@ case class NotifyDueItemsArgs(
|
||||
recipients: List[String],
|
||||
itemDetailUrl: Option[LenientUri],
|
||||
remindDays: Int,
|
||||
daysBack: Option[Int],
|
||||
tagsInclude: List[Ident],
|
||||
tagsExclude: List[Ident]
|
||||
) {}
|
||||
|
Reference in New Issue
Block a user