about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanup sorting logicJeffas2020-02-281-155/+55
* Don't set the store on an update to itJeffas2020-02-281-4/+0
* Update DirectoryInfo handling for maildirJeffas2020-02-281-6/+50
* Make search more lenientJeffas2020-02-261-1/+2
* Add missing notmuch build tagsJeffas2020-02-262-0/+4
* note in aerc-templates.7.scd for toLocal functionsqwishy2020-02-251-0/+7
* Ensure new directory exists before unwatching oldGalen Abell2020-02-251-5/+6
* toLocal template functionsqwishy2020-02-252-1/+6
* lib/msgstore: debounce directoryUpdateRequestsReto Brunner2020-02-252-3/+19
* widgets/dirlist: Fix total message countReto Brunner2020-02-251-4/+6
* Fix crash on mouse scrolling between message partsAmir Yalon2020-02-251-2/+2
* Fix crash on mouse scrolling before messages loadWiktor Kwapisiewicz2020-02-221-2/+6
* fix missing importReto Brunner2020-02-191-0/+1
* Revert "Only fetch the directory contents when we are switching directories"Reto Brunner2020-02-193-6/+9
* msg/reply: simplify string comparisonReto Brunner2020-02-191-1/+1
* msg/reply: fix address comparisonReto Brunner2020-02-161-1/+1
* notmuch: refresh dirlist in backgroundReto Brunner2020-02-163-1/+27
* notmuch: add internal event loopReto Brunner2020-02-163-12/+38
* notmuch: emit DirInfo upon requestReto Brunner2020-02-161-12/+44
* Request DirInfo whenever the unread count may have changedReto Brunner2020-02-162-0/+16
* dirlist: actually honor the DirInfoReto Brunner2020-02-162-25/+39
* Only fetch the directory contents when we are switching directoriesReto Brunner2020-02-163-9/+18
* imap: fix double closing idleStopReto Brunner2020-02-161-2/+4
* notmuch: avoid stale DBsReto Brunner2020-02-161-99/+133
* lib: fix an out of bounds panic in the serverDaniel Martí2020-02-131-1/+2
* Fix typo in message view sectionErazem Kokot2020-02-121-1/+1
* Ensure we aren't selecting negative directoriesAndreas Rammhold2020-02-071-0/+6
* worker/lib/parse: be more tolerant with parsing email addressesTimmy Douglas2020-02-061-1/+1
* Add link to scdocNoah Kleiner2020-02-021-1/+1
* dirlist: adapt to dynamic UIconfigReto Brunner2020-01-282-11/+21
* dirlist: remove not needed sort functionReto Brunner2020-01-281-2/+1
* config: Strongly type context typeReto Brunner2020-01-243-7/+10
* imap: emit messageinfo when changing read state.Reto Brunner2020-01-241-2/+17
* Contextual UI ConfigurationSrivathsan Murali2020-01-247-20/+170
* Fix handling of multiple template-dirsBen Burwell2020-01-242-4/+6
* msgview/open: remove manual decodingReto Brunner2020-01-201-11/+0
* msgview/save: Adapt to already decoded readerReto Brunner2020-01-202-74/+134
* Display the mimetype when offering to pipe or saveLuke Drummond2020-01-201-1/+3
* worker/imap: don't decode in FetchFullMessage.Reto Brunner2020-01-181-27/+2
* Switch back to upstream pty libraryBen Fiedler2020-01-163-4/+4
* Correct spellingReto Brunner2020-01-161-1/+1
* Add docs for reply -TBen Burwell2020-01-111-1/+3
* Strip trailing newline from address book entries without namesBen Burwell2020-01-091-9/+11
* compose: don't call ti.tabcomplete when it is nilTimmy Douglas2020-01-091-0/+4
* template: man cosmetic changesLeszek Cimała2020-01-091-1/+2
* template: add exec and wrapLeszek Cimała2020-01-092-4/+40
* template: remove last \n to fix additional new lines after quoteLeszek Cimała2020-01-091-0/+2
* add .OriginalMIMEType variable to reply templateLeszek Cimała2020-01-094-18/+39
* remove Original* checkLeszek Cimała2020-01-091-2/+1
* create OriginalMail structLeszek Cimała2020-01-098-24/+44
5 -0400 committer Thomas E. Dickey <dickey@invisible-island.net> 2001-10-06 22:20:25 -0400 snapshot of project "lynx", label v2-8-5dev_3' href='/ingrix/lynx-snapshots/commit/WWW/Library/Implementation/HTDOS.c?id=f78e27712a4f44dbdf3c1532c3d1958989bf40a5'>f78e2771 ^
8bccca15 ^
f78e2771 ^
8bccca15 ^
1d80538b ^


0cb11571 ^


2cd8e80b ^
0cb11571 ^










349da2fb ^

1d80538b ^
50f9f94b ^
1d80538b ^

50f9f94b ^
1d80538b ^
2cd8e80b ^
349da2fb ^
a2a1ab1e ^



c68ecb8b ^
8bccca15 ^
e4409c40 ^
c68ecb8b ^
f78e2771 ^









e4409c40 ^
0cb11571 ^
e4409c40 ^
a2e94617 ^

c68ecb8b ^


8bccca15 ^

a2a1ab1e ^
0cb11571 ^

d70fdcf7 ^
c68ecb8b ^

a2a1ab1e ^
a2a1ab1e ^
c68ecb8b ^



0cb11571 ^


a2a1ab1e ^
c68ecb8b ^

e4409c40 ^
a2a1ab1e ^
d83d4af1 ^
2cd8e80b ^
d83d4af1 ^
















4525eb4b ^







































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