mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Implement notify-due-items task
This commit is contained in:
@ -109,7 +109,7 @@ trait Conversions {
|
||||
coll,
|
||||
m.name,
|
||||
if (m.inbox) Seq(ItemState.Created)
|
||||
else Seq(ItemState.Created, ItemState.Confirmed),
|
||||
else ItemState.validStates,
|
||||
m.direction,
|
||||
m.corrPerson,
|
||||
m.corrOrg,
|
||||
|
Reference in New Issue
Block a user