mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Update to Scala 2.13.4
This commit is contained in:
@ -53,7 +53,7 @@ object MailContext {
|
||||
case 1 => "**tomorrow**"
|
||||
case -1 => s"**yesterday**"
|
||||
case n if n > 0 => s"in $n days"
|
||||
case n if n < 0 => s"${n * -1} days ago"
|
||||
case n => s"${n * -1} days ago"
|
||||
}
|
||||
ItemData(
|
||||
i.id,
|
||||
|
Reference in New Issue
Block a user