Feature #298 - Configurable recurring task count

- Added new recurrence.limit value (default 1) to control the number of
  future pending tasks generated from a recurring parent task.
- Added unit tests.
- Updated taskrc man page.
This commit is contained in:
Paul Beckingham 2010-06-13 12:45:41 -04:00
parent 78d092c588
commit bb19361956
6 changed files with 79 additions and 1 deletions

View file

@ -75,6 +75,7 @@ std::string Config::defaults =
"active.indicator=* # What to show as an active task indicator\n"
"tag.indicator=+ # What to show as a tag indicator\n"
"recurrence.indicator=R # What to show as a task recurrence indicator\n"
"recurrence.limit=1 # Number of future recurring pending tasks\n"
"\n"
"# Dates\n"
"dateformat=m/d/Y # Preferred input and display date format\n"