- Task now supports a default project and priority for new tasks, via

the new "default.project" and "default.priority" configuration variables
  (thanks to Vincent Fleuranceau).
This commit is contained in:
Paul Beckingham
2008-09-12 12:14:26 -04:00
parent 4380c7c712
commit 4f8f044644
6 changed files with 32 additions and 1 deletions

View File

@@ -208,7 +208,7 @@ bool validDate (std::string& date, Config& conf)
}
////////////////////////////////////////////////////////////////////////////////
static bool validPriority (const std::string& input)
bool validPriority (const std::string& input)
{
if (input != "H" &&
input != "M" &&