mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Add support for task expiration (#3546)
This commit is contained in:
parent
2bd609afe3
commit
213b9d3aee
16 changed files with 180 additions and 7 deletions
|
@ -216,6 +216,12 @@ Note that this should be used in the form of a command line override (task
|
|||
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.
|
||||
Tasks are identified as "old" when they have status "Deleted" and have not
|
||||
been modified for 180 days.
|
||||
|
||||
.TP
|
||||
.B hooks=1
|
||||
This master control switch enables hook script processing. The default value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue