about summary refs log tree commit diff stats
path: root/widgets/account.go
Commit message (Expand)AuthorAgeFilesLines
* Fix segfault on deleteDevon Johnson2019-09-111-1/+5
* Add MouseableJeffas2019-09-111-2/+9
* Ignore scroll command when msgstore is nilJelle Besseling2019-08-121-0/+3
* msglist: add initialization stateReto Brunner2019-08-021-0/+2
* Ring bell when new messages arrive 0.2.0Ben Burwell2019-07-291-0/+4
* Move msgstore map to dirstoreJeffas2019-07-261-25/+23
* Add new-email triggerJeffas2019-07-261-1/+5
* Implement :filter, :clearKevin Kuehler2019-07-191-1/+1
* Fix crashes when operating on empty folder (#216)Daniel Bridges2019-07-101-2/+6
* Factor UI models out of the worker message packageBen Burwell2019-07-081-4/+5
* Make :pipe command more genericDrew DeVault2019-07-051-2/+6
* Set empty message in dirlist if no folder exist.Reto Brunner2019-06-141-2/+4
* imap: respect the folder config optionReto Brunner2019-06-141-1/+1
* Add archive commandRobert Günzler2019-06-091-0/+2
* Add binding to toggle headersDrew DeVault2019-06-071-1/+1
* Skip rendering dirlist if sidebar width is 0Lucas F. Souza2019-06-071-1/+3
* widget: Add ProvidesMessage interfaceKevin Kuehler2019-06-021-0/+12
* Only add message to store if store existsKevin Kuehler2019-06-021-8/+12
* Load IMAP worker for imap+insecureDrew DeVault2019-05-201-1/+5
* Verify TLS certificatesDrew DeVault2019-05-201-7/+1
* Update internal state and draw from the same goroutineSimon Ser2019-05-191-7/+11
* s/aerc2/aerc/gDrew DeVault2019-05-171-5/+5
* Remove unimplemented color configurationDrew DeVault2019-05-171-1/+1
* Implement (basic form) of :replyDrew DeVault2019-05-161-4/+8
* Implement :copy (aka :cp)Drew DeVault2019-05-141-0/+4
* Handle incoming emails gracefullyDrew DeVault2019-05-131-6/+6
* Populate "From" header from config for new emailsDrew DeVault2019-05-131-0/+4
* lib/ui: introduce InvalidatableSimon Ser2019-04-271-10/+9
* Make message viewer real, part twoDrew DeVault2019-03-311-1/+1
* 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
a title='author Michael Vetter <jubalh@iodoru.org> 2020-07-07 14:18:57 +0200 committer Michael Vetter <jubalh@iodoru.org> 2020-07-07 14:18:57 +0200 Apply coding style' href='/danisanti/profani-tty/commit/tests/unittests/test_muc.c?id=a2726b6a7d16f5f846a882fbbe9127e4604bb8bb'>a2726b6a ^
23842e52 ^
a2726b6a ^
23842e52 ^
d25d6b45 ^
23842e52 ^

23842e52 ^

a2726b6a ^

23842e52 ^
a2726b6a ^

d25d6b45 ^
23842e52 ^
d25d6b45 ^
23842e52 ^

23842e52 ^
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