Rename 'expiration.on-sync' to 'purge.on-sync' (#3556)

Taskwarrior uses "expire" to refer to deletion of tasks past their
"until" date, so let's use `purge` to link this semantically to the
`task purge` command.
This commit is contained in:
Dustin J. Mitchell
2024-07-14 15:45:26 -04:00
committed by GitHub
parent 1304d6361c
commit 7d79b9e516
9 changed files with 57 additions and 99 deletions

View File

@@ -217,8 +217,8 @@ rc.gc=0 ...), and not permanently used in the .taskrc file, as this
significantly affects performance in the long term.
.TP
.B expiration.on-sync=0
If set, old tasks will be deleted automatically after each synchronization.
.B purge.on-sync=0
If set, old tasks will be purged automatically after each synchronization.
Tasks are identified as "old" when they have status "Deleted" and have not
been modified for 180 days.