mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Feature #1033
- Feature #1033 allows UDAs to contribute to urgency (thanks to Max Muller).
This commit is contained in:
parent
6a2c047beb
commit
a469a2c6d5
6 changed files with 20 additions and 2 deletions
|
@ -238,7 +238,8 @@ int CmdShow::execute (std::string& output)
|
|||
i->substr (0, 6) != "merge." &&
|
||||
i->substr (0, 4) != "uda." &&
|
||||
i->substr (0, 21) != "urgency.user.project." &&
|
||||
i->substr (0, 17) != "urgency.user.tag.")
|
||||
i->substr (0, 17) != "urgency.user.tag." &&
|
||||
i->substr (0, 12) != "urgency.uda.")
|
||||
{
|
||||
unrecognized.push_back (*i);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue