Recurring Tasks
- Rewrote updateRecurrenceMask, which was hopelessly muddled after the TDB -> TDB2 change. - Modified associated code. - Improved signal to noise ratio in unit tests.
This commit is contained in:
@@ -103,7 +103,7 @@ int CmdDone::execute (std::string& output)
|
||||
}
|
||||
}
|
||||
|
||||
updateRecurrenceMask (filtered, *task);
|
||||
updateRecurrenceMask (*task);
|
||||
if (!nagged)
|
||||
nagged = nag (*task);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user