summaryrefslogtreecommitdiff
path: root/widgets/account-wizard.go
AgeCommit message (Expand)Author
2022-07-23logging: use level-based logger functionsRobin Jarry
2022-07-03uiconfig: use pointer references to uiConfigTim Culverhouse
2022-03-24logging: fix race condition in startupMoritz Poldrack
2022-03-18go vet: composite literal uses unkeyed fieldsMoritz Poldrack
2021-11-05go.mod: change base git urlRobin Jarry
2021-10-28view,compose: use border color to separate headers from bodyRobin Jarry
2021-01-30Get rid of the aerc.PushError(" " + $string) idiomReto Brunner
2020-12-18update tcell to v2 and enable TrueColor supporty0ast
2020-08-10show error if account view creation failsReto Brunner
2020-08-06Rename selecter to selectorKalyan Sriram
2020-08-06Implement style configuration.Kalyan Sriram
2020-07-30Revert "Implement style configuration."Reto Brunner
2020-07-30Revert "Rename selecter to selector"Reto Brunner
2020-07-30Rename selecter to selectorKalyan Sriram
2020-07-30Implement style configuration.Kalyan Sriram
2020-06-09Make grid sizes dynamicJeffas
2020-05-28Revert "Add Style configuration"Drew DeVault
2020-05-28Revert "Remove duration from the status methods"Drew DeVault
2020-05-27Remove duration from the status methodsReto Brunner
2020-05-27Add Style configurationReto Brunner
2020-04-24gofmt fixesDrew DeVault
2020-04-23Use aerc.PushError where appropriateBen Fiedler
2019-11-17Add UI options to save/pipe messages with unsupported mimetypesGreg Anders
2019-09-11Add MouseableJeffas
2019-07-11Add backtab to tutorial navigationJeffas
2019-06-25account-wizard: look up imap and smtp server by SRV records (#100)Daniel Lublin
2019-06-18account-wizard: automatically replace imap.* with smtp.*Noah Loomans
2019-06-05Introduce :new-account -tJanUlrich
2019-05-22Show account wizard if no accounts configuredDrew DeVault
2019-05-22Implement opening tutorial after account wizardDrew DeVault
2019-05-22Write new accounts to config and open tabDrew DeVault
2019-05-21Remove excess padding from incoming config pageDrew DeVault
2019-05-21New account wizard, part oneDrew DeVault