aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mail
Commit message (Expand)AuthorAgeFilesLines
* Complete migration of aliases file to /etc/mail/aliases.Gregory Neil Shapiro2000-08-131-1/+1
* #include <errno.h> where needed. Kill extern int errno;.Warner Losh2000-04-141-1/+2
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-1/+2
* Document startup behaviour of mail(1).Joseph Koshy1999-11-081-0/+18
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Ignore the MAIL environment variable when the -u flag is set.Jean-Marc Zucconi1999-05-201-0/+1
* Allocate aligned memory according to sizeof(char *).Hidetoshi Shimokawa1999-01-131-2/+2
* vfork -> fork. The child calls abort(), which calls stdio.Bruce Evans1998-10-101-1/+1
* vfork -> fork. This home made popen() had the same bug as the libraryBruce Evans1998-10-101-1/+1
* Fixed gross breakage in previous commit. The malloc sizes for theBruce Evans1998-10-101-12/+13
* Removed debugging cruft.Bruce Evans1998-10-101-1/+0
* PR: bin/8250Peter Hawkins1998-10-107-14/+24
* Move setting of 'crt' mail variable to {/usr/src}/etc/mail.rc.Joseph Koshy1998-08-311-1/+1
* Fixed printf format errors.Bruce Evans1998-07-062-2/+2
* Document the use of sendmail options on the commandline.Steve Price1998-04-141-2/+3
* Fix a style bug, and a real bug (&& vs. & misused).Joerg Wunsch1998-01-041-3/+4
* Teach boring old mail(1) about the use of the REPLYTO environmentJoerg Wunsch1998-01-029-22/+64
* Balance parentheses around command abbreviations.James Raynard1997-11-011-7/+8
* Many places in the code NULL is used in integer context, wherePoul-Henning Kamp1997-09-185-21/+21
* Fix file names.Wolfram Schneider1997-08-316-9/+9
* make install should not install mail.rc in /etcWolfram Schneider1997-08-151-0/+2
* Use err(3).Philippe Charnier1997-07-243-10/+11
* Renamed undelete() to undelete_messages() to avoid conflict with newBruce Evans1997-04-143-3/+3
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Document the "more" command.Mike Pritchard1997-01-151-0/+3
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Allow mail(1) to look for multiple mail.rc files.Jordan K. Hubbard1996-12-213-12/+29
* Honor the MAIL environment variable.Jordan K. Hubbard1996-10-062-3/+12
* Eliminated NOFILE. Use the arbitrary (currently identical) limit of 64Bruce Evans1996-09-281-2/+4
* [HISTORY] command appeared in Version 1 AT&T UNIXWolfram Schneider1996-08-291-2/+3
* Simplistic conversion of mail to use termios instead of sgtty.Peter Wemm1996-08-194-21/+23
* Correct some cross references and some path names.Mike Pritchard1996-04-061-2/+2
* filenames correctedWolfram Schneider1996-02-021-2/+2
* Fix a bunch of spelling errors in a bunch of man pages.Mike Pritchard1996-01-301-1/+1
* Correct the man pages, USD doc and online help to refer to /var/mailMark Murray1995-11-206-8/+8
* '#' is not a comment if a non-space char followJoerg Wunsch1995-08-152-0/+13
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-07-251-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-306-8/+8
* Remove -R from CFLAGSAndrey A. Chernov1995-05-121-1/+1
* Fix line-count overflow, close PR 351Andrey A. Chernov1995-05-091-2/+2
* This is the 90's, ask the user for a Subject by default when sending mail.Nate Williams1995-04-031-1/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-2745-0/+13605