01
2022-08-29
op
- fix `make gzip'
03
2022-08-29
op
should gzip all the files in /var/www/marc, and re-gzip if the
04
2022-08-29
op
original changed. My understanding is that if foo.gz exists then
05
2022-08-29
op
it'll be skipped, which is not desired. In particular the index pages
06
2022-08-29
op
should be re-gzipped every time as they change.
09
2022-08-27
op
- automatic linking
11
2022-08-27
op
would be nice to transform the URLs in the mail' body into clickable
12
2022-08-27
op
links. Additionally, it would be nice to support the [n] reference
13
2022-08-27
op
syntax. Maybe turning also commit ids into links?
16
2022-08-27
op
- improve thread navigation
18
2022-08-27
op
find a way to show links to previous/next messages in thread. (yes,
19
2022-08-27
op
*messages* since threads are trees there may be multiple next
23
2022-08-27
op
- show the original file name in the list of attachments.
25
2022-08-27
op
see for e.g. /mail/YSqwKz9bbMYM9fHW@benson.stsp.name.html
28
2022-08-28
op
- clarify date ranges
30
2022-08-28
op
Threads are sorted by their newest mail, so if an old thread gets a
31
2022-08-28
op
new reply it'll jump in the first page. The date ranges thus can
32
2022-08-28
op
jump quite a bit when navigating backward/forward. Is this OK? Can
33
2022-08-28
op
we communicate it better?