From 5b2f3d5d3e576aaabd86e1ccab912b540c34e9f0 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Mon, 13 Sep 2021 18:36:56 +0000 Subject: [PATCH] Don't move Recently Assigned to Someday to avoid race --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 6314957..9ff4b8f 100644 --- a/main.go +++ b/main.go @@ -48,7 +48,7 @@ func main() { EverySeconds(30). InWorkspace("flamingcow.io"). - InMyTasksSections("Recently Assigned", "Today", "Meetings", "Maybe Today", "Tonight", "Upcoming", "Later"). + InMyTasksSections("Today", "Meetings", "Maybe Today", "Tonight", "Upcoming", "Later"). OnlyIncomplete(). WithoutDue(). PrintTasks().