- Recurring faintly working without (the very necessary) mask attribute
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user