diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-01-10 22:59:16 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-01-10 22:59:16 -0500 |
commit | ffba56133406027a6a740f9f4454b27134143f0a (patch) | |
tree | 057558165df733ada9b7fd9f6ab61b02ffb340a3 /cmd | |
parent | 55e84533022c1f9bf9fd9e2cd2db930394b590b8 (diff) |
Add comment
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/aerc/main.go | 1 |
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 { |