about summary refs log tree commit diff stats
path: root/widgets/account-wizard.go
Commit message (Expand)AuthorAgeFilesLines
* 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
0141 ^
b89f5da2 ^


















1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45