mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
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:
parent
1304d6361c
commit
7d79b9e516
9 changed files with 57 additions and 99 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue