summary refs log tree commit diff stats
path: root/widgets/account.go
Commit message (Expand)AuthorAgeFilesLines
* Correct color of error messagesDrew DeVault2019-03-301-1/+1
* Add body fetching support codeDrew DeVault2019-03-291-0/+3
* Implement :delete-messageDrew DeVault2019-03-201-0/+3
* Move exline handling up to aerc, add :termDrew DeVault2019-03-171-97/+23
* Add basic terminal widgetDrew DeVault2019-03-171-6/+21
* Move MessageStore into its own fileDrew DeVault2019-03-151-3/+4
* Implement default in accounts.confDrew DeVault2019-03-151-1/+1
* Implement sidebar-width config optionDrew DeVault2019-03-151-1/+1
* Rig up key bindingsDrew DeVault2019-03-151-27/+53
* Implement :{next,prev}-messageDrew DeVault2019-03-141-0/+4
* Use cached message store when re-opening dirsDrew DeVault2019-03-141-1/+9
* Implement :cd commandDrew DeVault2019-03-141-0/+5
* Implement message store side of message fetchingDrew DeVault2019-03-141-2/+2
* Lay out message list widget basic designDrew DeVault2019-03-141-4/+7
* Fetch valid UIDs from server after opening dirDrew DeVault2019-03-101-6/+29
* Improve error reportingDrew DeVault2019-03-101-3/+2
* Flesh out command parsing & handlingDrew DeVault2019-03-101-1/+1
* Start building out command subsystemDrew DeVault2019-03-101-1/+9
* Fix buildElias Naur2019-02-101-1/+1
* Implement Container interface in widgets/Drew DeVault2019-01-201-0/+4
* Send commands up to the top-level aerc widgetDrew DeVault2019-01-141-4/+10
* Handle errors from worker initializationDrew DeVault2019-01-131-1/+1
* Swap message list placeholder for spinnerDrew DeVault2019-01-131-1/+3
* Handle connection errors properlyDrew DeVault2019-01-131-3/+4
* Simplify approach to directory listDrew DeVault2019-01-131-5/+17
* Filter dirlist according to user configDrew DeVault2019-01-131-1/+1
* Add directory list widgetDrew DeVault2019-01-131-23/+26
* Move ex line into accountDrew DeVault2019-01-131-26/+49
* Move status line into account, update behaviorDrew DeVault2019-01-131-9/+35
* Initialize worker in account widgetDrew DeVault2019-01-131-2/+50
* Add basic account widget, populate real acct viewsDrew DeVault2019-01-131-0/+41
80795bd1bf6871c73b863f0525a1'>^
3377364a ^
6c96a437 ^
3473c63a ^
067c8ed6 ^
37421f8a ^





37421f8a ^
b55b15a9 ^
b24eb476 ^

6c96a437 ^
3473c63a ^
37e71785 ^
37421f8a ^


3adc9e08 ^
37421f8a ^



37421f8a ^
b55b15a9 ^
af023b32 ^
b24eb476 ^
3473c63a ^
05331766 ^
37e71785 ^
af023b32 ^
37421f8a ^

















7a84094a ^
08f4628e ^
37421f8a ^
1ead3562 ^
37421f8a ^
7a84094a ^

37421f8a ^
7a84094a ^


37421f8a ^






7a84094a ^
37421f8a ^

7a84094a ^

37421f8a ^
1ead3562 ^
37421f8a ^
7a84094a ^

37421f8a ^
7a84094a ^


37421f8a ^



37e71785 ^

7a84094a ^
08f4628e ^
37e71785 ^
1ead3562 ^
37e71785 ^
7a84094a ^

37e71785 ^
7a84094a ^


37e71785 ^



37421f8a ^



1ead3562 ^
01ce563d ^
760f683f ^
37421f8a ^





1ead3562 ^
7a84094a ^


37421f8a ^



1ead3562 ^
7a84094a ^



a0331a9b ^
7a84094a ^
d559f68b ^
7a84094a ^


37421f8a ^



1ead3562 ^
760f683f ^





7a84094a ^
37421f8a ^



37421f8a ^

7a84094a ^
08f4628e ^
37421f8a ^

7a84094a ^
08f4628e ^
37421f8a ^
1ead3562 ^
37421f8a ^
7a84094a ^

37421f8a ^
7a84094a ^


37421f8a ^





7a84094a ^
08f4628e ^
760f683f ^
37421f8a ^
1ead3562 ^
760f683f ^


7a84094a ^

760f683f ^


7a84094a ^


37421f8a ^





7a84094a ^
08f4628e ^
37421f8a ^


7a84094a ^

37421f8a ^
1ead3562 ^
37421f8a ^
7a84094a ^

37421f8a ^
7a84094a ^


37421f8a ^






7a84094a ^
37421f8a ^

7a84094a ^

37421f8a ^
1ead3562 ^
37421f8a ^
7a84094a ^

37421f8a ^
7a84094a ^


37421f8a ^








1ead3562 ^
d559f68b ^
23d3a022 ^


37421f8a ^
23d3a022 ^
37421f8a ^







2b250717 ^
37421f8a ^

78c50205 ^
0f2781f8 ^
d5fe534d ^




37421f8a ^
23d3a022 ^
d5fe534d ^

6c96a437 ^
d5fe534d ^












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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362