Commit Graph

835 Commits

Author SHA1 Message Date
Peter Wemm
8a4bfb5b16 Use some new vendor patches - but one doesn't even apply.. sigh.
Also, install a missing file needed for running pgp in expectk mode (which
is much nicer BTW since it can figure out the correct decrypt key).

Tweak expectk mode so that it copes with a slight output variation on a
non-US version of pgp (2.6.3ia).  It appears the US version prints:
  Key for user ID "Peter Wemm <peter@netplex.com.au>"
while the international version prints:
  Key for user ID: Peter Wemm <peter@netplex.com.au>
I cannot follow tcl syntax very well, so this is my best guess..
1998-07-08 10:49:32 +00:00
Steve Price
0498d43cd4 Update to version 1.3.
PR:		7168
Submitted by:	Jonathan Hanna <pangolin@rogers.wave.ca>
1998-07-05 23:44:45 +00:00
Satoshi Asami
e70512b5f3 Take out x11 from categories. 1998-07-05 12:46:22 +00:00
Steve Price
526bf309a8 Turn on mailcrypt. 1998-07-04 19:47:34 +00:00
Steve Price
8679455aae Initial import of mailcrypt version 3.4.
mailcrypt - an emacs/pgp interface

PR:		6789
Submitted by:	murray@cdrom.com
1998-07-04 19:46:38 +00:00
Steve Price
56a8fabac0 Turn on xmailbox. 1998-07-04 19:43:30 +00:00
Steve Price
47c434f9bb Initial import of xmailbox version 2.5.
xmailbox - mailbox checker with sound and animation for X

PR:		6748
Submitted by:	andy@icc.surw.chel.su
1998-07-04 19:42:45 +00:00
Steve Price
8a7cacd191 Add a RUN_DEPENDS on elm.
PR:		6772
Submitted by:	Donald J. Maddox <dmaddox@scsn.net>
1998-07-04 19:09:21 +00:00
Steve Price
fda894de42 Make this compile again in -current.
PR:		6977
Submitted by:	maintainer
1998-07-03 23:30:35 +00:00
Steve Price
3beadf2660 Fix a bug in xbm2ikon.
PR:		6949
Submitted by:	NOKUBI Hirotaka <hnokubi@yyy.or.jp>
1998-07-03 23:28:00 +00:00
Steve Price
2920847b72 MASTERSITE moved to ftp.scriptics.com. 1998-07-03 23:07:17 +00:00
Jun-ichiro itojun Hagino
bb5e0dcf6c upgrade to 0.66. 1998-07-02 14:17:02 +00:00
Andrey A. Chernov
20c0e99bb4 Upgrade to 2.52 1998-07-02 04:09:37 +00:00
Andrey A. Chernov
1e71b91012 path changed back 1998-07-01 02:13:58 +00:00
Andrey A. Chernov
45341bd43e eudora goes old 1998-06-30 22:38:32 +00:00
Andrey A. Chernov
ea465d63d9 Fix longstanding bug with Content-Length counted in messages size 1998-06-30 20:31:15 +00:00
Andrey A. Chernov
e5216a176b Upgrade to 3.33 1998-06-30 19:36:41 +00:00
Andrey A. Chernov
90c94122e6 Upgrade to 2.5 1998-06-30 19:14:17 +00:00
Andrey A. Chernov
6cf03c5c09 Enable debugging code 1998-06-30 06:51:47 +00:00
Andrey A. Chernov
ee32660240 Fix another place with UIDL check too
Calculate UIDL size and lines number properly now
1998-06-30 06:44:00 +00:00
Andrey A. Chernov
76441fe1da Fix two longstanding bugs with Return-Path patch
1) wrong mbox size calculation
2) Return-Path was _never_ sent out
1998-06-30 06:42:18 +00:00
Andrey A. Chernov
60b8be15ee Check password length too
Submitted by: idea from "Aaron D. Gifford" <agifford@infowest.com>
1998-06-29 14:18:42 +00:00
Andrey A. Chernov
3ee33d40a2 Upgrade to 4.5.0 1998-06-29 13:52:08 +00:00
Andrey A. Chernov
390ebaef38 Add check for max parameter length
Submitted by: "Aaron D. Gifford" <agifford@infowest.com>
1998-06-28 23:02:15 +00:00
Andrey A. Chernov
3ca86b2cb5 Use snprintf now 1998-06-28 22:15:59 +00:00
Andrey A. Chernov
0a8957adfe oops, forget to add 1 for newline for max UIDL check 1998-06-28 21:56:00 +00:00
Andrey A. Chernov
27ccfb65b0 Increase allowed UIDL length to 70 chars per rfc1939 1998-06-28 21:44:59 +00:00
Andrey A. Chernov
61b9aa4259 Prevent overflow on too long From:
Do not return stack buffer
Submitted by: "Aaron D. Gifford" <agifford@infowest.com>
1998-06-28 21:31:18 +00:00
Andrey A. Chernov
198779dfae Reject too long X-UIDL 1998-06-28 21:11:55 +00:00
Andrey A. Chernov
a255968eaa Fix broken code that people tries to commit again and again despite the
fact that I am this port maintainer and still alive.
1998-06-28 17:50:22 +00:00
Jordan K. Hubbard
af81de00cc DOH! Correct stupid brain-o with strcat() in my last commit. Now
popper should get a bit further without dumping core now. :-)
1998-06-28 08:44:01 +00:00
Joerg Wunsch
51b8ca739a Well, it's always a bad idea to introduce new bugs when trying to fix
one... strncat(3) takes a string as its second arg, and a len as its
third one, not the other way round. =:-)

The ``consistency'' of the C library sucks, of course.
1998-06-28 08:04:07 +00:00
Jordan K. Hubbard
d5ff240d34 Close a missing overflow with strcat() in my original change
and add an extra overflow fix to pop_log.c.  This is just a place-holder
until Peter comes along with a more comprehensive set of patches.
1998-06-27 21:47:34 +00:00
Andrey A. Chernov
2ab4aaac95 Add -3 to len as room for \n\r\0 1998-06-27 20:47:27 +00:00
Jordan K. Hubbard
f8334957b6 Deal with a potential buffer overflow problem.
[also, there is a problem in the repo - patch-af is marked as removed
but it's not in the Attic!]
1998-06-27 10:31:18 +00:00
Satoshi Asami
7d45e2b7a1 Remove NO_CONFIGURE and NO_PATCH, they never meant anything. 1998-06-27 05:20:00 +00:00
Masafumi Max NAKANE
a43220a1fe Activate mew-xemacs. 1998-06-25 22:37:26 +00:00
Masafumi Max NAKANE
41fb6712d8 A major restructuring of mew ports to add xemacs versions
({japanese,mail}/mew-xemacs).
Along the way, mew for mule with Japanese environment was renamed
from japanese/mew to japanese/mew-mule (repository-copy done.)
Submitted by:	maintainer
PR:		6533, 6588
1998-06-25 22:30:04 +00:00
Masafumi Max NAKANE
31029920b9 Mew port for xemacs.
Submitted by:	kiri@kiri.toba-cmt.ac.jp
PR:		6533, 6588
1998-06-25 22:06:11 +00:00
Vanilla I. Shu
bd43ea1d18 Upgrade to 4.121. 1998-06-24 15:59:07 +00:00
Jun-ichiro itojun Hagino
bd0a07ecf3 upgrade smtpfeed original distribution: 0.63 -> 0.65 1998-06-22 18:48:50 +00:00
Andreas Klemm
a65ca8e708 enable new port kbiff 1998-06-14 17:35:00 +00:00
Andreas Klemm
3e6775cb87 Import of new port kbiff
KBiff is a mail notification utility for the KDE project.
It has several advantages over much of its competition:
        o Pure GUI Configuration
        o Session Management
        o Panel Docking
        o Animated Gifs
        o Sounds
        o POP3 Support
http://www.geocities.com/SiliconValley/Hills/2651/kbiff.html
1998-06-14 17:32:11 +00:00
Matthew Hunt
1ab42dd5cf Upgrade to 4.4.9. Add a wrapper around fetchmailconf that checks
whether Python is installed, and emits a helpful message if it isn't.

PR:		6866
Submitted by:	Ville Eerola <ve@sci.fi> (wrapper by mph)
1998-06-13 19:26:55 +00:00
Andrey A. Chernov
2193d7be94 upgrade to 3.31 1998-06-09 22:21:00 +00:00
Donald Burr
c0f0fbf3d3 Activate wmmail. 1998-06-08 11:12:38 +00:00
Donald Burr
bcdbfce4c7 Final phase of moving this port to mail category.
wmmail == a little mail notifier for the WindowMaker dock.
1998-06-08 10:58:02 +00:00
Steve Price
f4a9098044 Put a copy of the distfile in my home directory until
the stable 4.1 sources are released.

Suggested by:	asami
1998-06-07 23:01:28 +00:00
Jun-ichiro itojun Hagino
d95e0712cd japamese manpage path update (s/ja_JP.EUC/ja/)
Submitted by:	sada@e-mail.ne.jp (SADA Kenji)
1998-06-06 03:47:25 +00:00
Steve Price
a6bd86c5e2 Argh! The checksum changed again! 1998-06-05 15:38:22 +00:00
Jun-ichiro itojun Hagino
e81c739d18 update to vesion 0.26.
PR:		6863
Submitted by:	Scott Blachowicz <scott@sabami.seaslug.org>
1998-06-05 15:10:54 +00:00
Satoshi Asami
03334f2bea List all manpages in compressed form so this port packages. 1998-06-05 11:01:03 +00:00
Steve Price
31c60f4c83 poppassd -> pop3pw
PR:		6761
Submitted by:	maintainer
1998-06-04 22:07:39 +00:00
Steve Price
42fb137900 Update to match the latest release.
PR:		6839
Submitted by:	maintainer
1998-06-04 20:36:37 +00:00
Joseph Koshy
5537fd140c Add missing file 1998-06-03 06:08:15 +00:00
Steve Price
87d62e612e This port's is now maintained by Penisoara Adrian. 1998-05-30 16:45:51 +00:00
Matthew Hunt
a5e6ff8a76 Update to 4.4.8. Alter configure flags to include POP2 support.
PR:		6767
Submitted by:	Douglas Carmichael <dcarmich@mcs.com>
1998-05-27 04:05:14 +00:00
Mark Murray
ca0c6e0686 Ugrade to v1.92. 1998-05-25 12:13:38 +00:00
Steve Price
aba845177c Chase the constantly changing checksum for this port
one more time.

PR:		6740
Submitted by:	Adrian Penisoara <ady@warpnet.ro>
1998-05-25 03:14:20 +00:00
Steve Price
dce4f932e1 Upgrade to version 4.4.7.
PR:		6726
Submitted by:	maintainer
1998-05-24 03:15:16 +00:00
Matthew Hunt
0bf0a805ec Upgrade to 4.4.6.
PR:		6665
Submitted by:	Douglas Carmichael <dcarmich@mcs.com>
Reviewed by:	Ville Eerola <Ville.Eerola@vehome.pp.sci.fi> (maintainer)
1998-05-22 01:34:18 +00:00
Matthew Hunt
7b54fe34c9 Activate glbiff. 1998-05-21 22:37:46 +00:00
Matthew Hunt
060c661146 Import of glbiff, a mail-notifier for those with CPU to burn. :-)
PR:		6705
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-05-21 22:36:15 +00:00
Andrey A. Chernov
b98d1705bf Upgrade to 3.28 1998-05-16 08:43:28 +00:00
Andrey A. Chernov
f921939f94 Fix big messages realloc strategy 1998-05-15 23:23:45 +00:00
Matthew Hunt
995f9ca479 Upgrade to 4.4.4.
PR:		6625
Submitted by:	Ville Eerola <ve@sci.fi>
1998-05-14 02:27:54 +00:00
Tim Vanderhoek
34950af940 Add the homepage. Rephrase so it doesn't read like ad copy.
Homepage Submitted by:	Ville Eerola <ville@vlsi.fi>
[I take full blame for the rephrasal]
1998-05-12 23:02:43 +00:00
Jun-ichiro itojun Hagino
effdf80dfc two accompanying documents are added for installation. 1998-05-11 03:49:28 +00:00
Jun-ichiro itojun Hagino
1e62f6a080 original distribution updated (0.62 -> 0.63). 1998-05-11 03:44:51 +00:00
Jun-ichiro itojun Hagino
9ce686f949 update to 0.25.
PR:		6568
1998-05-10 08:27:19 +00:00
Vanilla I. Shu
9b9c7f57e2 Upgrade to 4.119. 1998-05-07 16:28:37 +00:00
Vanilla I. Shu
d6f17d802f Upgrade to 0.07. 1998-05-07 16:16:58 +00:00
Thomas Gellekum
b0d2c8e405 Add a few more `ldconfig -R' I forgot yesterday. Remove duplicates
from octave and iv.
1998-05-06 09:06:01 +00:00
David E. O'Brien
3371ee2649 add rftp.
PR:	ports/6134
1998-05-06 08:11:51 +00:00
David E. O'Brien
ca75ec250f This program is for any user who retrieves ftp files via
ftpmail or bitftp servers.

PR:		ports/6134
Submitted by:	Gary Kline <kline@thought.org>   (reworked by me)
1998-05-06 08:11:00 +00:00
Thomas Gellekum
944910bb30 Execute `ldconfig -R' at the pkg_delete step.
PR:		6281
Submitted by:	SADA Kenji <sada@e-mail.ne.jp>
1998-05-05 13:18:48 +00:00
Eivind Eklund
0713b0e8c9 Comment that this is mail-centric, and sort methods. 1998-04-28 05:10:02 +00:00
Eivind Eklund
b045775a1f Activate p5-MIME-Tools 1998-04-27 23:11:02 +00:00
Eivind Eklund
5d92a683fa Initial import of p5-MIME-Tools, an object-hierarchy for manipulating
MIME-messages from perl5.
1998-04-27 23:08:37 +00:00
Eivind Eklund
b7e36eb934 Upgrade to version 1.11 1998-04-27 22:52:14 +00:00
Andrey A. Chernov
b904fb9287 Upgrade to PL40 1998-04-27 21:10:19 +00:00
Matthew Hunt
be196dafc0 Upgrade to 0.24.
PR:		6428
Submitted by:	Scott Blachowicz <sab@sabami.seaslug.org>
1998-04-27 04:27:46 +00:00
Matthew Hunt
87e54e6192 It's been a long week already: "elim" --> "emil".
I wrote it wrong in one of the log messages too.
1998-04-22 20:49:13 +00:00
Matthew Hunt
9cbd0607a1 Activate elim. 1998-04-22 20:41:49 +00:00
Matthew Hunt
12c757f48e Import of elim, which does character set and other conversions for
email.

PR:		6373
Submitted by:	Josh Gilliam <josh@quick.net>
1998-04-22 20:41:01 +00:00
Jun-ichiro itojun Hagino
050984ecbb original distribution updated (-> 0.62) 1998-04-22 02:52:49 +00:00
Andrey A. Chernov
67009e2c8c add majordomo to trusted users list
PR: 6337
1998-04-22 02:10:19 +00:00
David E. O'Brien
d282c3d66d Upgrade to version 0.91.1 1998-04-18 11:11:30 +00:00
Andrey A. Chernov
21b9446ce4 Master site patch changed 1998-04-07 17:33:28 +00:00
Masafumi Max NAKANE
336dcc9a48 Upgrade, 3.0pl58 -> 3.0pl61.
Install additional examples from ${WRKSRC}/misc directory.
1998-04-04 09:08:01 +00:00
Andrey A. Chernov
6029ceef86 Upgrade to 3.14 1998-04-01 23:29:31 +00:00
Andrey A. Chernov
1e9ea447dc Upgrade to 4.4.1 1998-03-28 12:53:13 +00:00
Dima Ruban
e7993a1b0e Archive has been changed w/o changing version number. 1998-03-26 07:18:54 +00:00
Steve Price
d82b3c81a2 Add a file I missed in the previous commit.
OK'd by:	Satoshi
1998-03-23 04:12:20 +00:00
Mark Murray
308a3e594e Clean up the KerberosIV workings 1998-03-20 15:05:27 +00:00
Mark Murray
0a239bd934 Allow this port to use NMH if USE_NMH is set. 1998-03-20 09:28:16 +00:00
Steve Price
1606a48d65 Now that all the requisite pieces are in place, fix this port.
PR:		4287
Submitted by:	Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp>
1998-03-16 03:16:25 +00:00
Steve Price
07ddeeab8f Activate sigrot. 1998-03-15 20:26:39 +00:00
Steve Price
a126d93505 Utility to rotate your mail/news signature.
PR:		5917
Submitted by:	Marijn Meijles <marijn@stack.nl>
1998-03-15 20:26:07 +00:00
Andreas Klemm
dd51d44379 removed bogus ftp site (no anonymous ftp login anymore) 1998-03-15 15:03:45 +00:00
Vanilla I. Shu
40865a9a55 Delete a entry of MASTER_SITE, it can't login as anonymous. 1998-03-14 20:29:39 +00:00
Peter Wemm
e8c9e43e12 Update 2.0.1 -> 2.0.2.
(note, some of the distributed patches for 2.0.1 are still (apparently)
 suitable for 2.0.2, but are still in the 2.0.1 dir.)
1998-03-14 13:43:39 +00:00
Jun-ichiro itojun Hagino
7b07d94817 the bugfix was released. (sendmail patch b11 -> b13) 1998-03-06 14:43:42 +00:00
Jun-ichiro itojun Hagino
78cce7e215 the new patch to sendmail seems to contain a bug (sendmail -q always dies).
go back to the previous revision.
1998-03-05 01:54:34 +00:00
Jun-ichiro itojun Hagino
e464a766ba original distribution updated (smtpfeed 0.58, sendmail patch also updated) 1998-03-04 16:18:43 +00:00
Jun-ichiro itojun Hagino
ffd0b7589e original distribution updated to 0.57. 1998-03-04 02:10:35 +00:00
Satoshi Asami
a323dab390 Add the new patchfile here too.
Forgotten by:	obrien :>
1998-03-03 09:19:11 +00:00
Andrey A. Chernov
72bfa4768b Upgrade to 3.6 1998-03-03 00:38:18 +00:00
Andrey A. Chernov
0b3fdb7ff1 Upgrade to 4.3.8 1998-03-02 22:12:06 +00:00
David E. O'Brien
5318a22d36 share smtpd with the world 1998-03-01 01:59:38 +00:00
David E. O'Brien
f3f020da65 Obtuse smtpd/smtpfwdd, part of the Juniper firewall toolkit
Submitted by:	Joao Carlos Mendes Luis <jonny@coppe.ufrj.br>
1998-03-01 01:58:52 +00:00
David E. O'Brien
20b9478281 distpatch to help some PGP5 problems. 1998-02-28 21:31:08 +00:00
Steve Price
4cfec15eb5 Put the pixmaps in the right place and turn on NoShape.
PR:		5860
Submitted by:	maintainer
1998-02-28 05:19:53 +00:00
Andrey A. Chernov
f4c61dd75c Convert to USE_PERL5 1998-02-26 10:14:39 +00:00
Satoshi Asami
1f4a2d072a ${MKDIR} -p -> ${MKDIR} and /bin/mkdir -> ${MKDIR}. The latter
actually fixes a reinstall problem.
1998-02-25 09:41:30 +00:00
Justin M. Seger
3d4a5438d3 Upgrade to use tcl8.1 and tk8.1. 1998-02-24 21:43:51 +00:00
Steve Price
fbe4276ed6 Update to version 0.23.
PR:		5831
Submitted by:	maintainer
1998-02-24 03:02:55 +00:00
Paul Traina
9104118561 Make this port compile again with changed source files.
This port needs to be converted to getting source files from a more
stable cache at FreeBSD, Inc. but I don't recall how to do it, so I
just did the annoying bits of making this damn thing compile again.
1998-02-23 23:15:17 +00:00
Paul Traina
4001669226 Find utmp in the right spot 1998-02-23 23:03:38 +00:00
Steve Price
85d9c74f37 Upgrade to version 0.22.
PR:		5819
Submitted by:	maintainer
1998-02-23 03:03:16 +00:00
Bill Fenner
163154d815 More tcl/tk virtual category fixups. 1998-02-22 08:35:03 +00:00
Steve Price
6981674c4a Update to version 1.2.0.
PR:		5792
Submitted by:	fliszt@gmx.net
1998-02-20 05:32:02 +00:00
Jordan K. Hubbard
fc02bf58cb Unbreak cyrus port.
Submitted by:	Ian Vaudrey <i.vaudrey@bigfoot.com>
PR:		4729
1998-02-15 12:14:15 +00:00
Peter Wemm
53822a9f24 Update port to get patches from new site, and include all the new
distributed patches, and fix those that can't be used as is and supply them
in the patches directory.  (Argh, most of the patches are relative to lib/,
others are relative to the top directory.  bsd.port.mk can't handle this)
1998-02-15 05:36:55 +00:00
Andrey A. Chernov
5600159904 Add ability to fetch finger: URLs and switch to fresh rlist@anon.lcs.mit.edu 1998-02-14 16:26:44 +00:00
Andrey A. Chernov
3a41bd5fb7 More -w fixes 1998-02-14 13:46:38 +00:00
Andrey A. Chernov
6afaf37f47 More -w patches.
Merge several patches into patch-aa
1998-02-14 02:56:03 +00:00
Mark Murray
3c2284d070 Upgrade to 1.82 - (Many bug fixes, improved spam filtering, RBL) 1998-02-09 14:32:42 +00:00
David E. O'Brien
ec6f346038 Allow the use of more ptys. 1998-02-05 07:33:20 +00:00
Andrey A. Chernov
37b3be2c41 Upgrade to +38 1998-02-04 16:41:56 +00:00
Vanilla I. Shu
d6161763ee portlint, use ${INSTALL} instead install. 1998-02-02 14:41:18 +00:00
David E. O'Brien
9123b99506 Upgrade to minor patch version 0.89.1 1998-02-01 19:03:39 +00:00
Jun-ichiro itojun Hagino
2d1ac80dee original distrbution updated (0.53 -> 0.56) 1998-02-01 02:37:24 +00:00
Jun-ichiro itojun Hagino
2c87106473 enable ports/mail/smtpfeed and ports/mail/rblcheck.
smtpfeed: SMTP Fast Exploding External Deliverer for Sendmail
	rblcheck: Command-line interface to Paul Vixie's RBL filter
1998-01-30 05:20:37 +00:00
Jun-ichiro itojun Hagino
dcc56fb616 smtpfeed, an accelerator for sendmail SMTP session. 1998-01-30 04:53:55 +00:00
Jun-ichiro itojun Hagino
1067e782c1 rblcheck, command-line interface to MAPS RBL spam filter database. 1998-01-30 04:52:12 +00:00
Andrey A. Chernov
c74c31c1d3 workaround on failed bkgdset test 1998-01-29 21:35:45 +00:00
Andrey A. Chernov
cb1b860a30 Disable spell command for pico, it work only with "spell" which
not exists in FreeBSD and _not_ work with "ispell"
1998-01-29 20:15:49 +00:00
Andrey A. Chernov
d6d8b0d5b8 Teach pine/pico about End key
Set proper directory for pico mail check
Trust termcap more then built-in defaults
1998-01-29 19:53:08 +00:00
Andrey A. Chernov
47be32d44a Upgrade to 4.3.6 1998-01-29 17:13:14 +00:00
David E. O'Brien
479e160c67 Upgrade to version 0.89.
NOTE, this is now the full version.  Michael has pushed the PGP hooks
development off-shore.  This port now fetches from there.  Mutt does
not contain crypo, just hooks to run an extern application.  All I've
talked to feel ITAR does NOT prohibit this -- as Mutt isn't using the
PGP ABI.  In fact, our current Elm package is built with PGP hooks and
we do not control it, so I am treaing Mutt in the same way.
1998-01-28 00:12:01 +00:00
Torsten Blum
59bf2d13e7 upgrade to 3.2.0.101 1998-01-25 20:45:19 +00:00
Andrey A. Chernov
a8112295cb Upgrade to 2.87b 1998-01-17 13:50:45 +00:00
John Polstra
e287f5d19d Update to xfmail-1.2 from 1.1. I started with the port submitted
by the xfmail author, but made a number of changes.

PR:		closes ports/5379
Submitted by:	gena@NetVision.net.il
1998-01-10 18:37:05 +00:00
Masafumi Max NAKANE
6c7ee449d8 Update the master_sites.
Submitted by:	maintainer
PR:		5453
1998-01-09 21:37:57 +00:00
Andreas Klemm
6c37c99c8d Enabled xmail 1998-01-09 05:01:09 +00:00
Andreas Klemm
52a6ff12b6 deceided to change categories to "mail" only like in xfmail. 1998-01-09 04:59:36 +00:00
Andreas Klemm
adc07a304b New port xmail. A x11 frontend to the mail command.
Submitted by:	"Stephen J. Roznowski" <sjr@home.net>
1998-01-09 04:57:38 +00:00
Bill Fenner
4b6adb56f6 Eliminate double slashes in URL's by:
- Removing trailing slashes from MASTER_SITE_SUBDIR
- Removing doubled slashes in URL
- Adding %2F at start of absolute pathnames (see RFC1738)
1998-01-08 18:52:14 +00:00
Mark Murray
9af84256ab Damn. Forgot this bit. 1998-01-05 20:25:44 +00:00