about summary refs log tree commit diff stats
path: root/commands/new-account.go
Commit message (Expand)AuthorAgeFilesLines
* all: purge redundant underscoresWagner Riffel2019-09-041-3/+3
* Implement basic tab completion supportGregory Mullen2019-06-291-2/+12
* Fix :new-account getoptsDrew DeVault2019-06-091-1/+1
* Introduce :new-account -tJanUlrich2019-06-051-2/+10
* Write new accounts to config and open tabDrew DeVault2019-05-221-1/+1
* New account wizard, part oneDrew DeVault2019-05-211-0/+20
ommitter Drew DeVault <sir@cmpwn.com> 2018-01-10 22:03:56 -0500 Renderer scaffolding' href='/akspecs/aerc/commit/ui/render.go?h=0.1.0&id=db1b2cd53f5dc7bfbfb6ee54ad0bb0882ea2cc03'>db1b2cd ^
60b351b ^







db1b2cd ^

77a0f68 ^




60b351b ^



db1b2cd ^


60b351b ^
db1b2cd ^


60b351b ^
77a0f68 ^







77a0f68 ^
60b351b ^

77a0f68 ^
661e3ec ^




60b351b ^

77a0f68 ^
60b351b ^

db1b2cd ^


661e3ec ^



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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79