mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
- Recurring faintly working without (the very necessary) mask attribute
This commit is contained in:
parent
0e611eda19
commit
ba342eeeb6
9 changed files with 3352 additions and 3141 deletions
|
@ -468,7 +468,8 @@ int TDB::gc () const
|
|||
for (it = all.begin (); it != all.end (); ++it)
|
||||
{
|
||||
// Some tasks stay in the pending file.
|
||||
if (it->getStatus () == T::pending)
|
||||
if (it->getStatus () == T::pending ||
|
||||
it->getStatus () == T::recurring)
|
||||
pending.push_back (*it);
|
||||
|
||||
// Others are transferred to the completed file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue