about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Fix Makefile for non-GNU findrage 3112019-06-031-1/+1
* Fix #116 0.1.0Drew DeVault2019-06-031-1/+1
* Add delete to the default binds.confDrew DeVault2019-06-021-0/+1
* hldiff.py: don't highlight -/+ in filenamesDrew DeVault2019-06-021-2/+2
* Add Tabs historyReto Brunner2019-06-021-4/+34
* Wait for listing to complete before sending DoneDrew DeVault2019-06-021-0/+3
* Don't send Done until finished fetching messagesDrew DeVault2019-06-021-0/+3
* Remove worker callbacks when Done is receivedDrew DeVault2019-06-022-5/+13
* Add date to message viewerDrew DeVault2019-06-022-5/+11
* widget: Add ProvidesMessage interfaceKevin Kuehler2019-06-0210-18/+93
* Update tcell forkDrew DeVault2019-06-022-1/+3
* Only add message to store if store existsKevin Kuehler2019-06-021-8/+12
* Enumerate Cc and Bcc lists in composerDrew DeVault2019-06-021-1/+20
* Fix infinite recursion in reply.go:findPlaintextDrew DeVault2019-06-021-1/+1
* Simplify layout of message viewer gridDrew DeVault2019-06-021-17/+3
* Fetch plaintext part when replyingDrew DeVault2019-06-011-6/+34
* Use forked version of tcellDrew DeVault2019-06-013-4/+15
* widgets/terminal: Don't segfault on resizeKevin Kuehler2019-06-011-10/+15
* Remove more GNU-isms from MakefileSam Whited2019-06-011-11/+18
* Remove "wildcard" GNU-ism from MakefileSam Whited2019-05-301-15/+2
* Add :save and :pipe commands to viewerGalen Abell2019-05-278-37/+194
* Update terminal color handling per vterm changesDrew DeVault2019-05-263-44/+25
* Update to the latest go-libvtermDrew DeVault2019-05-264-5/+15
* Update go-libvtermDrew DeVault2019-05-262-1/+3
* Skip non selectable mailboxes in directory listingReto Brunner2019-05-261-0/+13
* Add aerc-announce to README.mdDrew DeVault2019-05-261-3/+6
* Implement :edit in compose screenDrew DeVault2019-05-264-28/+80
* msgviewer: copy stderr into pagerDrew DeVault2019-05-261-1/+17
* Subsitute prefix in aerc.conf for installDrew DeVault2019-05-263-7/+21
* Document :forward in aerc(1)Drew DeVault2019-05-251-0/+3
* binds.conf: make reply -a easier to use than replyDrew DeVault2019-05-251-4/+4
* Update README.mdDrew DeVault2019-05-251-1/+1
* Update README.mdDrew DeVault2019-05-251-13/+4
* Update README.mdDrew DeVault2019-05-251-1/+3
* ensureScroll on text input framesDrew DeVault2019-05-251-0/+2
* Implement scrolling in text inputDrew DeVault2019-05-251-3/+31
* Implement :forwardDrew DeVault2019-05-251-31/+81
* Fix special characters in address.PersonalNameDrew DeVault2019-05-255-33/+47
* Change ex command to C-x when using terminalDrew DeVault2019-05-242-2/+5
* Bind :compose to C in binds.confFrancis Dinh2019-05-231-0/+2
* Fix key value typo in documentationRoshless2019-05-232-2/+2
* Mention custom headers in aerc-tutorial(7)Drew DeVault2019-05-221-1/+3
* Minor fixes to list of filter dependenciesFrancis Dinh2019-05-221-1/+1
* Makefile: Minor improvements, usage of $@ and $(RM)Stefan Tatschner2019-05-221-2/+2
* Correct typo in MakefileDrew DeVault2019-05-221-1/+1
* Install $(MANDIR)/man7Drew DeVault2019-05-221-1/+1
* Install aerc-tutorial man page with make installDrew DeVault2019-05-221-0/+1
* Minor improvements to aerc-tutorialDrew DeVault2019-05-221-7/+4
* Install default configs to XDG config if not foundDrew DeVault2019-05-223-14/+53
* Add GOFLAGS variable to MakefileDrew DeVault2019-05-221-1/+3
5:04 +0100 committer hut <hut@lavabit.com> 2009-12-25 21:55:04 +0100 updated pydoc pages' href='/akspecs/ranger/commit/doc/test.tc_directory.html?h=v1.9.0b1&id=f07bb12fc5c59430e995a64956b36331ce3629b9'>f07bb12f ^
34a60763 ^
f07bb12f ^






f07bb12f ^

34a60763 ^
f07bb12f ^
34a60763 ^





f07bb12f ^
34a60763 ^

f07bb12f ^
34a60763 ^
f07bb12f ^
34a60763 ^





f07bb12f ^
34a60763 ^

f07bb12f ^
34a60763 ^





f07bb12f ^






34a60763 ^

f07bb12f ^
34a60763 ^

f07bb12f ^












34a60763 ^
f07bb12f ^







34a60763 ^


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