aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mail/collect.c
Commit message (Expand)AuthorAgeFilesLines
* mail: Use a C89 function pointer type for command functions.John Baldwin2023-04-181-1/+1
* Don't initialize lastlong before assigning it.Xin LI2017-12-271-1/+0
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Use _PATH_DEVNULL instead of hardcoding.Xin LI2016-07-111-2/+2
* mail(1): Fix a comment.Pedro F. Giffuni2016-07-111-1/+1
* Add __unused. Ansi prototypes.Philippe Charnier2010-12-191-26/+9
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
* Fix comment.Mike Heffner2001-12-231-1/+1
* Add support for ~_, ~x, ~i, ~a, ~A, ~<, and ~r! tilde-escapes. ImproveMike Heffner2001-12-221-6/+91
* Add (unsigned char) cast to ctype macrosAndrey A. Chernov2001-12-191-4/+4
* Sync with most of NetBSD's changes, including:Mike Heffner2001-12-181-14/+29
* File positions are off_t nowdays, not long, so:Andrey A. Chernov2001-09-021-2/+2
* Cleanup mail(1)'s varying styles by converting to using style(9).Mike Heffner2001-05-271-90/+88
* Merge various changes from OpenBSD and NetBSD.Mike Heffner2001-03-251-23/+34
* PR: bin/8250Peter Hawkins1998-10-101-3/+3
* Teach boring old mail(1) about the use of the REPLYTO environmentJoerg Wunsch1998-01-021-1/+10
* Many places in the code NULL is used in integer context, wherePoul-Henning Kamp1997-09-181-2/+2
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+635