Commit graph

21 commits

Author SHA1 Message Date
Wolfram Schneider
cb2fe4fde4 New location for the mailing list archive at the FTP server. 1999-01-29 17:25:13 +00:00
Wolfram Schneider
0759d6e5a5 Fix last commit. 1998-12-28 01:38:30 +00:00
Wolfram Schneider
705f877686 Added link to weekly mail index. 1998-12-28 01:24:55 +00:00
Wolfram Schneider
47a2549020 Define alias 'archive' for '/usr/local/www/db/text/' in
cgi variable fetch. Save space in URLs...
1998-12-28 00:16:31 +00:00
Wolfram Schneider
e26523a1f6 Current Archive -> Archive
Support to read the current mail archive from hub
1998-12-26 18:17:44 +00:00
Wolfram Schneider
86585fef72 Fix links due repository copy. 1998-08-03 15:37:48 +00:00
Wolfram Schneider
a8be6017bc Read also the mail archive of the current week. 1998-04-13 18:54:32 +00:00
Wolfram Schneider
c0c30963f9 Guess the end of an E-Mail if the end is unknown (end==0 or end < start). 1998-04-13 00:16:43 +00:00
Wolfram Schneider
42254a827d Add links 'Raw E-Mail', 'Current Archive' and 'Help'. 1998-03-30 13:40:20 +00:00
Wolfram Schneider
38f0d9e5a3 Add an option to download the complete mailing list archive
(usually one week) where the current mail is stored. The URL
point to the ftp server ftp.freebsd.org.

You can download an archive and read it offline with your
favourite mail client. This may reduce your local terrorkom bill.
I don't know if this option is useful for the general FreeBSD user.
1998-03-28 16:51:15 +00:00
Wolfram Schneider
4ed06f93e2 Add an option to read the E-Mail as plain ASCII text, without
HTML tags.
1998-03-28 15:29:25 +00:00
Wolfram Schneider
30d676e12c Add links 'Next in thread' and 'Previous in thread' (if available).
This is not a new functionality, it is just a bigger knob for the
average user!
1998-03-28 15:11:37 +00:00
Wolfram Schneider
07695fdf91 mid.cgi is now in /cgi 1998-03-19 13:32:38 +00:00
Wolfram Schneider
9803fc75c7 Delete some whitespaces in mail header; cosmetic change. 1998-03-19 11:01:54 +00:00
Wolfram Schneider
2c1b952847 Leading tabs (not only spaces) continue mail header lines.
Make Message-IDs clickable.
1998-03-18 19:40:33 +00:00
Wolfram Schneider
14143d5e67 Print the mail header fields Message-ID, Resent-Message-ID,
In-Reply-To, and References.
This makes (pseudo) mail threads possible.
1998-03-08 19:30:55 +00:00
Wolfram Schneider
ec9c6f6262 Complete last commit. 1998-03-08 19:28:11 +00:00
Wolfram Schneider
f4a2b49d53 Mail header fields (to, cc, ...) are case insensitive.
HTML anchors (http, mailto, ...)  are case insensitive.
1998-03-08 17:38:00 +00:00
John Fieber
e912559710 Add a simple filter to turn URL type things in to HTML anchors.
Improved URL detection patterns gladly accepted.
1998-02-27 03:45:29 +00:00
John Fieber
2944f9fd66 Send out a last-modified HTTP header field to enhance the cachability
of messages.
1998-02-27 02:56:26 +00:00
John Fieber
bb0d79615f Some change how messages are retrieved after a search is done.
1. Retrievals should be much faster and put much less load on hub,
   particularly for complex searches.

2. URLs for messages are no longer query dependent, so when a message
   you have already looked at pops up in a different search, you your
   browser history mechanism can recognize it and color the link
   appropriately.

3. Messages are potentially cachable; I may have to tweak the
   HTTP header to make it really work though.
1998-02-26 23:49:58 +00:00