- 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:
@@ -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" &&
|
||||
|
||||
Reference in New Issue
Block a user