diff --git a/cmd/aerc/main.go b/cmd/aerc/main.go index 9da7b3e..420d7a8 100644 --- a/cmd/aerc/main.go +++ b/cmd/aerc/main.go @@ -28,6 +28,7 @@ func main() { go work.Run() work.PostAction(types.Configure{Config: account}) workers = append(workers, work) + // TODO: Give tabs ownership over their workers _ui.AddTab(ui.NewAccountTab(&account, &work)) } for !_ui.Exit {