Recurrence: Broke out handleUntil as a separate function
- This means until porocesing is no longer controlled by rc.recurrence, which was never intended.
This commit is contained in:
@@ -73,6 +73,7 @@ int CmdCalendar::execute (std::string& output)
|
||||
monthsPerLine = preferredMonthsPerLine;
|
||||
|
||||
// Load the pending tasks.
|
||||
handleUntil ();
|
||||
handleRecurrence ();
|
||||
auto tasks = context.tdb2.pending.get_tasks ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user