- Added a coefficient for ageing which is the increase (or decrease)
   of urgency per day. The calculated urgency offset due to ageing
   can be limited by setting urgency.age.max.
This commit is contained in:
Johannes Schlatow 2011-12-15 10:10:17 +01:00
parent 52f70f6901
commit 3d33d90d57
5 changed files with 40 additions and 0 deletions

View file

@ -196,6 +196,8 @@ int CmdShow::execute (std::string& output)
" urgency.project.coefficient"
" urgency.tags.coefficient"
" urgency.waiting.coefficient"
" urgency.age.coefficient"
" urgency.age.max"
" verbose"
" weekstart"
" xterm.title"