aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd/aerc/main.go1
1 files changed, 1 insertions, 0 deletions
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 {