summary refs log tree commit diff stats
path: root/commands
Commit message (Collapse)AuthorAgeFilesLines
* Implement :forwardDrew DeVault2019-05-251-31/+81
|
* Fix special characters in address.PersonalNameDrew DeVault2019-05-252-27/+35
|
* Implement :helpDrew DeVault2019-05-221-0/+21
|
* Write new accounts to config and open tabDrew DeVault2019-05-221-1/+1
|
* New account wizard, part oneDrew DeVault2019-05-211-0/+20
|
* Pass ServerName to tls.Config for SMTPDrew DeVault2019-05-201-2/+12
|
* Implement :next-part, :prev-partDrew DeVault2019-05-201-0/+43
|
* Flesh out multipart switcherDrew DeVault2019-05-201-2/+2
|
* asdfDrew DeVault2019-05-201-6/+2
|
* pipe.go: let tab widget handle ellipsisDrew DeVault2019-05-201-2/+1
|
* Missed a spotDrew DeVault2019-05-191-0/+1
|
* Rename :delete-message et al to :delete et alDrew DeVault2019-05-194-2/+6
|
* Advance cursor after :delete and :moveDrew DeVault2019-05-192-0/+2
| | | | So that you can repeat the action on the next message if appropriate
* Implement :pwd commandAmin Bandali2019-05-191-0/+25
|
* Fix scdoc & gofmt issuesDrew DeVault2019-05-185-17/+11
|
* s/aerc2/aerc/gDrew DeVault2019-05-1725-29/+29
|
* Remove debug loggingDrew DeVault2019-05-171-1/+0
|
* Refactor STARTTLS to prevent downgrade attacksDrew DeVault2019-05-171-23/+27
|
* s/Sent/Message sent/Drew DeVault2019-05-161-2/+2
|
* Improve reply-all recipient enumeration strategyDrew DeVault2019-05-161-0/+16
|
* Decode email when reading it for quotingDrew DeVault2019-05-161-2/+25
|
* Don't prefix Re: if prefix already presentDrew DeVault2019-05-161-1/+6
|
* Implement :reply -q and :reply -aDrew DeVault2019-05-161-19/+61
|
* Implement (basic form) of :replyDrew DeVault2019-05-161-0/+83
|
* Let caller pass in custom headers to composeDrew DeVault2019-05-161-2/+2
|
* Copy sent emails to the Sent folderDrew DeVault2019-05-152-15/+53
| | | | Or rather, to a user-specified folder
* Implement move, mv commandsDrew DeVault2019-05-141-0/+38
|
* Implement :copy (aka :cp)Drew DeVault2019-05-142-1/+51
|
* Implement abort commandCole Helbling2019-05-141-0/+23
| | | | | This allows the user to close the compose tab without sending their current composition.
* Update tab name as subject changesDrew DeVault2019-05-142-9/+10
| | | | Also moves truncation to the tab widget
* Add $EDITOR, internal config for composeDrew DeVault2019-05-141-1/+1
|
* Remove tab before going asyncDrew DeVault2019-05-141-1/+1
| | | | To prevent repeated attempts to send
* Add distinct keybindings for each compose viewDrew DeVault2019-05-141-1/+1
|
* Send emails asyncronouslyDrew DeVault2019-05-141-47/+73
|
* Implement sending emails /o/Drew DeVault2019-05-141-6/+114
|
* Add :send-message, prepares & writes email to /tmpDrew DeVault2019-05-141-0/+29
|
* Populate "From" header from config for new emailsDrew DeVault2019-05-131-2/+2
|
* Implement :{next,prev}-field in compose viewDrew DeVault2019-05-122-0/+46
|
* Add initial compose widgetDrew DeVault2019-05-121-0/+28
|
* "Press any key to close" for completed processesDrew DeVault2019-05-111-1/+4
|
* Fix segfault on :select-message for unloaded messagesTom Lebreux2019-04-171-0/+3
| | | | Signed-off-by: Tom Lebreux <tomlebreux@cock.li>
* Fix segfault on :view-message for unloaded messageTom Lebreux2019-04-101-0/+6
| | | | | | This also fixes segfault on :view-message on empty directory Signed-off-by: Tom Lebreux <tomlebreux@cock.li>
* Make tab width of :pipe consistentDrew DeVault2019-03-311-5/+3
|
* Add basic filter implementationDrew DeVault2019-03-311-1/+1
|
* Rename FetchMessageBodies to FetchFullMessagesDrew DeVault2019-03-311-1/+1
|
* Make the message viewer real, part oneDrew DeVault2019-03-312-3/+27
|
* Don't parse mail in worker; send a reader insteadDrew DeVault2019-03-312-34/+2
|
* Add message view commands, :closeDrew DeVault2019-03-303-4/+38
|
* Add basic message viewer mockupDrew DeVault2019-03-303-8/+6
|
* Correct color of error messagesDrew DeVault2019-03-302-5/+5
|
n' href='/akspecs/aerc/blame/widgets/account.go?h=0.1.0&id=648ca983f6b2ef29378c32d1ebb6d67798f4af6d'>^
24dfc47 ^
0911cd5 ^


24dfc47 ^

f87fe50 ^
0911cd5 ^
24dfc47 ^
0911cd5 ^

62946ff ^
24dfc47 ^
62946ff ^

607ece8 ^
1228448 ^


648ca98 ^
b76deea ^


648ca98 ^








c286d3d ^
24dfc47 ^
















c286d3d ^



24dfc47 ^
c286d3d ^

24dfc47 ^




















c286d3d ^



2349b7d ^



cf66462 ^




77c76ba ^
cf66462 ^










2349b7d ^

2349b7d ^



2349b7d ^

b60999c ^




24daef8 ^



b60999c ^
b389647 ^



4ec7f5d ^








b389647 ^

0f8b7a1 ^

b389647 ^





ef6178a ^
b389647 ^











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