about summary refs log tree commit diff stats
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-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 {