summary refs log tree commit diff stats
ModeNameSize
-rw-r--r--.gitignore27log stats plain blame
-rw-r--r--.travis.yml101log stats plain blame
-rw-r--r--LICENSE35149log stats plain blame
-rw-r--r--README.md817log stats plain blame
d---------assets68log stats plain
-rw-r--r--cache.go4861log stats plain blame
-rw-r--r--cache_test.go2466log stats plain blame
-rw-r--r--getwtxt.yml2831log stats plain blame
-rw-r--r--go.mod369log stats plain blame
-rw-r--r--go.sum6570log stats plain blame
-rw-r--r--handlers.go3739log stats plain blame
-rw-r--r--handlers_test.go3162log stats plain blame
-rw-r--r--http.go2136log stats plain blame
-rw-r--r--http_test.go1138log stats plain blame
-rw-r--r--init.go10535log stats plain blame
-rw-r--r--init_test.go353log stats plain blame
-rw-r--r--main.go2819log stats plain blame
-rw-r--r--post.go1432log stats plain blame
-rw-r--r--post_test.go1537log stats plain blame
-rw-r--r--query.go2735log stats plain blame
-rw-r--r--query_test.go1455log stats plain blame
-rw-r--r--> } acct := aerc.SelectedAccount() composer := widgets.NewComposer( aerc.Config(), acct.AccountConfig(), acct.Worker()) tab := aerc.NewTab(composer, "New email") composer.OnSubjectChange(func(subject string) { if subject == "" { tab.Name = "New email" } else { tab.Name = subject } tab.Content.Invalidate() }) return nil }