about summary refs log tree commit diff stats
path: root/widgets/dirlist.go
Commit message (Expand)AuthorAgeFilesLines
* Set empty message in dirlist if no folder exist.Reto Brunner2019-06-141-16/+24
* imap: respect the folder config optionReto Brunner2019-06-141-11/+31
* s/aerc2/aerc/gDrew DeVault2019-05-171-3/+3
* Force INBOX to be included in dirlistDrew DeVault2019-05-141-0/+11
* Split ex line text handling into dedicated widgetDrew DeVault2019-05-111-7/+7
* lib/ui: introduce InvalidatableSimon Ser2019-04-271-8/+2
* Use tcell.Style.Reverse instead of black on whiteDrew DeVault2019-03-301-2/+1
* Fix nil dereference on rapidly cycling foldersDrew DeVault2019-03-151-1/+1
* widgets/directories.go -> widgets/dirlist.goDrew DeVault2019-03-141-0/+156
/akspecs/aerc/commit/commands/account/compose.go?h=0.5.0&id=5b523880b4b4cd2abd9457b4b09c384af33be14b'>5b52388 ^
577248f ^

2a09617 ^

577248f ^
2a09617 ^


6838c23 ^
2a09617 ^


6838c23 ^
2a09617 ^
577248f ^

6838c23 ^
3ba69ed ^
5b52388 ^

577248f ^
17bd2dc ^
3ba69ed ^
3102ac3 ^
bf28e23 ^

3ba69ed ^


2c486cb ^
67fb093 ^
2c486cb ^






acf69b7 ^
577248f ^

5b52388 ^
3ba69ed ^


5b52388 ^
3ba69ed ^
5b52388 ^



baa7046 ^
5b52388 ^





3ba69ed ^

5b52388 ^

72204d1 ^

3ba69ed ^
72204d1 ^



5b52388 ^
72204d1 ^




5b52388 ^
3ba69ed ^
5b52388 ^
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