about summary refs log tree commit diff stats
path: root/widgets/aerc.go
Commit message (Expand)AuthorAgeFilesLines
* Make grid sizes dynamicJeffas2020-06-091-5/+4
* Revert "Add Style configuration"Drew DeVault2020-05-281-18/+11
* Revert "Remove duration from the status methods"Drew DeVault2020-05-281-10/+10
* Remove duration from the status methodsReto Brunner2020-05-271-10/+10
* Add Style configurationReto Brunner2020-05-271-11/+18
* aerc: Refactor getpasswd dialogRay Ganardi2020-05-251-30/+53
* feat(pgp): Show error message from pgpRay Ganardi2020-05-251-1/+4
* feat(pgp): Add <ESC> to cancel password promptRay Ganardi2020-05-251-7/+11
* gofmt fixesDrew DeVault2020-04-241-4/+4
* Add postpone commandJeffas2020-04-241-1/+3
* Add :choose commandRay Ganardi2020-04-241-0/+33
* Use aerc.PushError where appropriateBen Fiedler2020-04-231-6/+3
* Add pinned tabsJeffas2020-03-091-1/+9
* Reduce size of the password prompt UIDrew DeVault2020-03-031-2/+2
* Initial support for PGP decryption & signaturesDrew DeVault2020-03-031-0/+48
* Add move-tab commandJeffas2020-03-031-0/+12
* create OriginalMail structLeszek CimaƂa2020-01-091-1/+2
* Show textinput completions in popoversBen Burwell2019-12-211-2/+2
* Add UI options to save/pipe messages with unsupported mimetypesGreg Anders2019-11-171-3/+3
* Add Templates with ParsingSrivathsan Murali2019-11-101-2/+5
* Fix selected account to return for messageviewerJeffas2019-10-021-4/+6
* widgets: remove duplicate importWagner Riffel2019-09-121-18/+17
* Add signaturesJeffas2019-09-121-1/+1
* Add MouseableJeffas2019-09-111-14/+27
* all: purge redundant underscoresWagner Riffel2019-09-041-1/+1
* Add :prompt commandChristopher Vittal2019-08-261-2/+32
* Revert "add close command at global level"Drew DeVault2019-08-131-8/+0
* add close command at global levelAditya Srivastava2019-08-131-0/+8
* Close backends prior to shutdownReto Brunner2019-08-081-0/+19
* Ring bell when new messages arrive 0.2.0Ben Burwell2019-07-291-0/+15
* Add index option to change-tabJeffas2019-07-271-0/+10
* Add command history and cyclingGalen Abell2019-07-261-2/+11
* Support configurable header layout in compose widgetDaniel Bridges2019-07-261-2/+2
* Add new-email triggerJeffas2019-07-261-3/+10
* Add change tab commandJeffas2019-07-231-0/+22
* Add Unix socket for communicating with aercDrew DeVault2019-07-191-0/+40
* Show currently pressed keys in statuslineJeffas2019-07-171-0/+3
* Add clickable tabsJeffas2019-07-111-0/+2
* Implement basic tab completion supportGregory Mullen2019-06-291-1/+5
* Fix Cc & Bcc handling in repliesDrew DeVault2019-06-211-0/+4
* lib/ui/tab: Add Replace methodKevin Kuehler2019-06-111-0/+4
* Add :save and :pipe commands to viewerGalen Abell2019-05-271-0/+4
* Show account wizard if no accounts configuredDrew DeVault2019-05-221-0/+6
* Fix always showing last account tabDrew DeVault2019-05-221-2/+2
* New account wizard, part oneDrew DeVault2019-05-211-0/+2
* Update internal state and draw from the same goroutineSimon Ser2019-05-191-0/+8
* s/aerc2/aerc/gDrew DeVault2019-05-171-3/+3
* Add distinct keybindings for each compose viewDrew DeVault2019-05-141-2/+9
* Add initial compose widgetDrew DeVault2019-05-121-0/+2
* Make the message viewer real, part oneDrew DeVault2019-03-311-2/+0
='oid'>1159f9ec ^
fe179145 ^
5822dff7 ^
9506fb8e ^
fae694a0 ^
fe179145 ^
fae694a0 ^
fe179145 ^

fae694a0 ^

fe179145 ^
fae694a0 ^
9506fb8e ^

f6f26231 ^
4c05e43d ^
f6f26231 ^







9506fb8e ^
fae694a0 ^

f6f26231 ^










4c05e43d ^

fae694a0 ^

fe179145 ^
5822dff7 ^

fe179145 ^
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