about summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add labels to index format (%g)Reto Brunner2019-12-272-0/+5
* fix invalid format stringReto Brunner2019-12-221-1/+1
* msglist: highlight marked messagesReto Brunner2019-12-211-2/+7
* msgstore: add marking functionalityReto Brunner2019-12-211-4/+127
* Show textinput completions in popoversBen Burwell2019-12-211-50/+223
* Add popoversBen Burwell2019-12-213-9/+102
* Break early when delete happens in outdated stateKiril Vladimiroff2019-12-121-0/+5
* Initialize an empty message map in the message store on initializationRafael Castillo2019-12-071-2/+3
* Fix crash if there is no to address for %FThorben Günther2019-11-251-1/+1
* Complete the F rune.Srivathsan Murali2019-11-171-3/+20
* Add UI options to save/pipe messages with unsupported mimetypesGreg Anders2019-11-171-1/+2
* Correct capitalization in quoted_replyDrew DeVault2019-11-101-12/+32
* Add some defaults for template optionsDrew DeVault2019-11-101-2/+2
* Add Templates with ParsingSrivathsan Murali2019-11-101-0/+160
* lib/msgstore: fix invalid callback invocationReto Brunner2019-10-141-1/+1
* Fix tab refocus on removeJeffas2019-10-141-8/+14
* Fix pushing invalid tabs to historyJeffas2019-10-141-1/+4
* Revert "Show spinner when fetching contents"Drew DeVault2019-10-091-6/+3
* Preserve sorting order in search resultsJeffas2019-10-092-0/+18
* Show spinner when fetching contentsJeffas2019-10-091-3/+6
* Print success to socket if no error was thrownHeiko Carrasco2019-09-291-1/+5
* Add sorting functionalityJeffas2019-09-202-1/+72
* Focus new tab after removeJeffas2019-09-181-0/+4
* Revert "Fix out-of-order messages by sorting as we display"Drew DeVault2019-09-181-1/+1
* Add modify-labels commandReto Brunner2019-09-121-0/+9
* Add display of unread messages in dirlistJeffas2019-09-111-0/+8
* Add MouseableJeffas2019-09-116-24/+164
* widgets: remove redundant key check, delete is no-op if key is emptyWagner Riffel2019-09-041-6/+2
* extract search criteria parsing into the backendsReto Brunner2019-08-291-4/+2
* Fix out-of-order messages by sorting as we displayStephen Brennan2019-08-291-1/+1
* Add delete forward <C-k> and backward <C-u>Christopher Vittal2019-08-121-0/+29
* Implement next-folder using NextPrev with amountJelle Besseling2019-08-071-3/+3
* Remove aerc specific code from the uiNicolai Dagestad2019-08-031-7/+5
* Fix test failuresDrew DeVault2019-07-291-1/+1
* Ring bell when new messages arrive 0.2.0Ben Burwell2019-07-293-4/+23
* lib/msgstore: Fix Select, Next, Prev with filterKevin Kuehler2019-07-291-8/+10
* Fix tabstrip over-drawing when not enough spaceJeffas2019-07-261-1/+8
* Add tab completion to textinputsJeffas2019-07-261-10/+74
* Fix invalid tab state when deselecting removed tabDrew DeVault2019-07-261-1/+1
* Add command history and cyclingGalen Abell2019-07-261-0/+13
* Move msgstore map to dirstoreJeffas2019-07-261-2/+13
* Add new-email triggerJeffas2019-07-262-19/+58
* Fix :close on terminal panicJeffas2019-07-251-0/+5
* Fix grid creating too large subcontextsJeffas2019-07-251-0/+9
* Fix panic when tabs.popHistory is nonexistentDrew DeVault2019-07-251-1/+1
* Make :next-result :prev-result relative to cursorKevin Kuehler2019-07-251-0/+9
* Add change tab commandJeffas2019-07-231-5/+20
* Forward mailto links to server via ./aerc <mailto>Drew DeVault2019-07-191-0/+17
* Add Unix socket for communicating with aercDrew DeVault2019-07-191-0/+82
* Implement :filter, :clearKevin Kuehler2019-07-191-14/+33
db789dac4222b54641c922b'>^
f1746954 ^
9fd3111e ^
deb61036 ^
fa262499 ^




77f347c1 ^

0f071ae9 ^

fa262499 ^
0f071ae9 ^
deb61036 ^
9fd3111e ^
deb61036 ^

e941dd50 ^
f1746954 ^
e941dd50 ^
f1746954 ^
deb61036 ^




e941dd50 ^
deb61036 ^


9fd3111e ^
deb61036 ^

9fd3111e ^
deb61036 ^


9fd3111e ^
deb61036 ^

9fd3111e ^
deb61036 ^
7ced4e44 ^












f1746954 ^


deb61036 ^
3ac99829 ^


deb61036 ^
46441d72 ^







5d8a858a ^


c7bedaf4 ^
deb61036 ^
ecc763f0 ^

f1746954 ^
ecc763f0 ^

deb61036 ^


f1746954 ^

deb61036 ^
cfa1bac8 ^
5d8a858a ^
deb61036 ^
a25e4c1a ^
deb61036 ^

6b577155 ^





deb61036 ^
6b577155 ^
deb61036 ^
f1746954 ^

cfa1bac8 ^

6b577155 ^
deb61036 ^

46441d72 ^




















fa8d337d ^
46441d72 ^
fa8d337d ^
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192