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:
committed by
GitHub
parent
1304d6361c
commit
7d79b9e516
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user