about summary refs log tree commit diff stats
path: root/widgets/account-wizard.go
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the aerc.PushError(" " + $string) idiomReto Brunner2021-01-301-3/+3
* update tcell to v2 and enable TrueColor supporty0ast2020-12-181-1/+1
* show error if account view creation failsReto Brunner2020-08-101-1/+6
* Rename selecter to selectorKalyan Sriram2020-08-061-15/+15
* Implement style configuration.Kalyan Sriram2020-08-061-44/+58
* Revert "Implement style configuration."Reto Brunner2020-07-301-58/+44
* Revert "Rename selecter to selector"Reto Brunner2020-07-301-15/+15
* Rename selecter to selectorKalyan Sriram2020-07-301-15/+15
* Implement style configuration.Kalyan Sriram2020-07-301-44/+58
* Make grid sizes dynamicJeffas2020-06-091-49/+49
* Revert "Add Style configuration"Drew DeVault2020-05-281-62/+47
* Revert "Remove duration from the status methods"Drew DeVault2020-05-281-3/+4
* Remove duration from the status methodsReto Brunner2020-05-271-4/+3
* Add Style configurationReto Brunner2020-05-271-47/+62
* gofmt fixesDrew DeVault2020-04-241-3/+3
* Use aerc.PushError where appropriateBen Fiedler2020-04-231-7/+3
* Add UI options to save/pipe messages with unsupported mimetypesGreg Anders2019-11-171-103/+7
* Add MouseableJeffas2019-09-111-1/+1
* Add backtab to tutorial navigationJeffas2019-07-111-1/+3
* account-wizard: look up imap and smtp server by SRV records (#100)Daniel Lublin2019-06-251-1/+42
* account-wizard: automatically replace imap.* with smtp.*Noah Loomans2019-06-181-1/+6
* Introduce :new-account -tJanUlrich2019-06-051-14/+22
* Show account wizard if no accounts configuredDrew DeVault2019-05-221-5/+2
* Implement opening tutorial after account wizardDrew DeVault2019-05-221-1/+21
* Write new accounts to config and open tabDrew DeVault2019-05-221-7/+139
* Remove excess padding from incoming config pageDrew DeVault2019-05-211-1/+1
* New account wizard, part oneDrew DeVault2019-05-211-0/+625