about summary refs log tree commit diff stats
path: root/config
Commit message (Expand)AuthorAgeFilesLines
...
* Display user specified headers in viewer if presentDaniel Bridges2019-07-172-1/+33
* Add MouseEnabled config settingJeffas2019-07-172-0/+7
* lowercase all key bindingsReto Brunner2019-07-171-32/+32
* 71: Allow user to change config options at runtimePedro L. Ramos2019-07-151-50/+59
* Don't bind $noinheritEyal Sawady2019-07-111-0/+1
* Document message index format specifiersBen Burwell2019-07-041-1/+1
* Update binds.confDrew DeVault2019-07-041-2/+2
* Correct default filter order in aerc.conf.inDrew DeVault2019-07-021-1/+1
* Implement :search, :next-result, :prev-resultDrew DeVault2019-06-261-0/+4
* add DefaultSavePath configReto Brunner2019-06-251-0/+10
* Fix reply bindings in [view]Drew DeVault2019-06-191-4/+4
* Set empty message in dirlist if no folder exist.Reto Brunner2019-06-142-0/+7
* Make awk filters more portableDrew DeVault2019-06-131-2/+2
* Add :next/:prev binds for [viewer]Drew DeVault2019-06-111-4/+8
* Override $ex in compose viewYash Srivastav2019-06-091-0/+1
* Add archive commandRobert Günzler2019-06-092-0/+6
* Message list: implement index-format optionYash Srivastav2019-06-072-6/+6
* Rewrite Python filters in awkDrew DeVault2019-06-071-2/+2
* Add image/* filter, commented out by defaultDrew DeVault2019-06-071-0/+1
* Disable HTML filter by defaultDrew DeVault2019-06-071-1/+1
* Add binding to toggle headersDrew DeVault2019-06-071-0/+1
* implements ability to view headers in message viewYash Srivastav2019-06-072-0/+8
* config: sort account foldersChris Kinniburgh2019-06-051-1/+4
* Add delete to the default binds.confDrew DeVault2019-06-021-0/+1
* Add :save and :pipe commands to viewerGalen Abell2019-05-271-0/+1
* Implement :edit in compose screenDrew DeVault2019-05-261-0/+1
* Subsitute prefix in aerc.conf for installDrew DeVault2019-05-261-3/+3
* binds.conf: make reply -a easier to use than replyDrew DeVault2019-05-251-4/+4
* Change ex command to C-x when using terminalDrew DeVault2019-05-241-2/+2
* Bind :compose to C in binds.confFrancis Dinh2019-05-231-0/+2
* Install default configs to XDG config if not foundDrew DeVault2019-05-221-4/+34
* Show account wizard if no accounts configuredDrew DeVault2019-05-221-6/+3
* New account wizard, part oneDrew DeVault2019-05-211-0/+9
* Use kebab-case for cred-cmdsDrew DeVault2019-05-211-2/+2
* Implement :next-part, :prev-partDrew DeVault2019-05-201-0/+2
* Rename :delete-message et al to :delete et alDrew DeVault2019-05-191-14/+14
* Implement loading passwords from external commandsGalen Abell2019-05-181-8/+61
* Install filters to /usr/share/aerc/filtersDrew DeVault2019-05-171-3/+3
* Remove unimplemented color configurationDrew DeVault2019-05-171-42/+0
* Implement ui.empty-message config optionDrew DeVault2019-05-172-17/+0
* Abort if accounts.conf is world readableReto Brunner2019-05-161-1/+26
* Revert "Abort if accounts.conf is world readable"Drew DeVault2019-05-161-25/+1
* Revert "s/aerc.conf/address.conf/ in permission check"Drew DeVault2019-05-161-1/+1
* s/aerc.conf/address.conf/ in permission checkCole Helbling2019-05-161-1/+1
* Abort if accounts.conf is world readableReto Brunner2019-05-161-1/+25
* Change default bindings for repliesDrew DeVault2019-05-161-4/+4
* Change default reply keybindingsDrew DeVault2019-05-161-8/+8
* Copy sent emails to the Sent folderDrew DeVault2019-05-152-0/+4
* Fix default bindings for quit and editDrew DeVault2019-05-141-1/+4
* Move ! bind to [messages]Drew DeVault2019-05-141-1/+1
ember window positions across restart/ctrl+e' href='/akkartik/view.love/commit/run.lua?id=5cada8cc9e0ac94ef6fdc1e7eb7be906ae367cd6'>5cada8c ^
e8d6a8a ^
5cada8c ^
42762ce ^
9a41c7c ^

42762ce ^

5cada8c ^
42762ce ^






e8ec872 ^
42762ce ^
e8ec872 ^
42762ce ^

2b3e09c ^
42762ce ^
2b3e09c ^
42762ce ^

a6dcfc5 ^
99faf61 ^
a6dcfc5 ^
99faf61 ^

2b3e09c ^
42762ce ^
2b3e09c ^
42762ce ^

2b3e09c ^
42762ce ^
2b3e09c ^
42762ce ^

2b3e09c ^
42762ce ^
2b3e09c ^
42762ce ^

4ab901c ^

42762ce ^
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