summary refs log tree commit diff stats
path: root/widgets/aerc.go
Commit message (Expand)AuthorAgeFilesLines
...
* Start building out command subsystemDrew DeVault2019-03-101-6/+8
* Fix buildElias Naur2019-02-101-1/+2
* Implement Container interface in widgets/Drew DeVault2019-01-201-0/+4
* Send commands up to the top-level aerc widgetDrew DeVault2019-01-141-8/+14
* Move ex line into accountDrew DeVault2019-01-131-40/+9
* Move status line into account, update behaviorDrew DeVault2019-01-131-6/+9
* Initialize worker in account widgetDrew DeVault2019-01-131-1/+6
* Add basic account widget, populate real acct viewsDrew DeVault2019-01-131-27/+4
* Apply gofmtDrew DeVault2018-06-121-8/+8
* Apply gofmtDrew DeVault2018-06-111-5/+5
* Move sidebar into account tabsDrew DeVault2018-06-111-16/+29
* switch to tcell from termboxMarkus Ongyerth2018-06-011-13/+11
* Summon exline on demandDrew DeVault2018-02-271-11/+24
* Push commands to the status stackDrew DeVault2018-02-271-4/+3
* Pull main aerc UI into widgetDrew DeVault2018-02-271-0/+91
ani-tty/commit/tests/test_cmd_rooms.c?id=d56f6dc39b002e16966354b0ad98cf7801260e0c'>d56f6dc3 ^
3e3786eb ^
5c65599e ^
00a475cf ^
d56f6dc3 ^
5c65599e ^
2490f5b4 ^
447d2358 ^


































5c65599e ^
447d2358 ^
00a475cf ^


eff2ef38 ^
447d2358 ^
00a475cf ^

5c65599e ^
2490f5b4 ^
71577c1f ^
3e3786eb ^
71577c1f ^

447d2358 ^
71577c1f ^

bf347ab9 ^
447d2358 ^

5c65599e ^
447d2358 ^
00a475cf ^


5c65599e ^
2490f5b4 ^
447d2358 ^




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
80
81
82
83
84
85
86
87
88
89
90
91
92