TW-70: urgency.user.keyword.<keyword>.coefficient=...

- The 'urgency.user.keyword.<keywrod>.coefficient' setting allows for urgency
  adjustments based on description keywords.
This commit is contained in:
Paul Beckingham 2015-04-05 10:25:42 -04:00
parent 79207a8e42
commit 5da3416b79
5 changed files with 21 additions and 1 deletions

View file

@ -238,6 +238,7 @@ int CmdShow::execute (std::string& output)
i->first.substr (0, 8) != "default." &&
i->first.substr (0, 21) != "urgency.user.project." &&
i->first.substr (0, 17) != "urgency.user.tag." &&
i->first.substr (0, 21) != "urgency.user.keyword." &&
i->first.substr (0, 12) != "urgency.uda.")
{
unrecognized.push_back (i->first);