about summary refs log tree commit diff stats
path: root/widgets/dirlist.go
Commit message (Expand)AuthorAgeFilesLines
* fix missing importReto Brunner2020-02-191-0/+1
* Revert "Only fetch the directory contents when we are switching directories"Reto Brunner2020-02-191-5/+0
* dirlist: actually honor the DirInfoReto Brunner2020-02-161-25/+36
* Only fetch the directory contents when we are switching directoriesReto Brunner2020-02-161-0/+17
* Ensure we aren't selecting negative directoriesAndreas Rammhold2020-02-071-0/+6
* dirlist: adapt to dynamic UIconfigReto Brunner2020-01-281-10/+20
* dirlist: remove not needed sort functionReto Brunner2020-01-281-2/+1
* Add custom sorting for foldersMichele Finotto2019-12-091-2/+34
* Add display of unread messages in dirlistJeffas2019-09-111-1/+98
* Add MouseableJeffas2019-09-111-0/+29
* Allow custom spinner via config filePaul Spooren2019-08-301-1/+1
* Only compile regex portion of folder filterDaniel Xu2019-08-201-1/+1
* folder filter: only assume regex if filter is ~fmtDrew DeVault2019-08-201-4/+9
* Support regex filters for foldersDaniel Xu2019-08-191-1/+11
* Implement next-folder using NextPrev with amountJelle Besseling2019-08-071-3/+3
* Move msgstore map to dirstoreJeffas2019-07-261-0/+12
* Show the directory being selected in grayJeffas2019-07-251-0/+3
* Factor UI models out of the worker message packageBen Burwell2019-07-081-1/+1
* Sort out dirstore once and for allDrew DeVault2019-07-041-0/+1
* dirlist: simplify nextPrev() considerablyReto Brunner2019-07-041-25/+11
* dirlist: remove the additional filtering in Draw()Reto Brunner2019-07-041-7/+0
* dirlist: sync dirstore in filterDirsByFoldersConfigReto Brunner2019-07-041-9/+7
* Add IMAP folder tab completionGregory Mullen2019-07-041-1/+5
* Revert "Remove dirs field and references to it"Drew DeVault2019-07-021-11/+10
* Remove dirs field and references to itRobert Günzler2019-06-301-10/+11
* Add new lib/dirstore to source completions fromGregory Mullen2019-06-291-4/+7
* Implement basic tab completion supportGregory Mullen2019-06-291-0/+4
* 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
16dee594404a49f68df93f92efa1790e7a17273'>^
b39ceb27 ^






51530916 ^
b39ceb27 ^
6c96a437 ^
9e608a77 ^
6c96a437 ^
6c1376f8 ^
9e608a77 ^

b39ceb27 ^
5a9e3a11 ^
683d53ca ^
b39ceb27 ^


683d53ca ^

b39ceb27 ^
df0b469f ^
ccd792da ^
51530916 ^
ac0e9db5 ^
7d13531e ^



eb3a527a ^


b5ab709c ^
fb4836dc ^
b5ab709c ^
eef0251c ^
51530916 ^

0f125d5f ^
ad6eb923 ^


86acd630 ^

b24eb476 ^
eb3a527a ^
65ccad4c ^
b24eb476 ^
40be2522 ^
eb3a527a ^



37537bf3 ^









51530916 ^
f2043a73 ^
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112