summaryrefslogtreecommitdiffstats
path: root/usr.bin/mail
Commit message (Expand)AuthorAgeFilesLines
* Add $FreeBSD$phk2000-10-243-3/+9
* Complete migration of aliases file to /etc/mail/aliases.gshapiro2000-08-131-1/+1
* #include <errno.h> where needed. Kill extern int errno;.imp2000-04-141-1/+2
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-1/+2
* Document startup behaviour of mail(1).jkoshy1999-11-081-0/+18
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
* Ignore the MAIL environment variable when the -u flag is set.jmz1999-05-201-0/+1
* Allocate aligned memory according to sizeof(char *).simokawa1999-01-131-2/+2
* vfork -> fork. The child calls abort(), which calls stdio.bde1998-10-101-1/+1
* vfork -> fork. This home made popen() had the same bug as the librarybde1998-10-101-1/+1
* Fixed gross breakage in previous commit. The malloc sizes for thebde1998-10-101-12/+13
* Removed debugging cruft.bde1998-10-101-1/+0
* PR: bin/8250thepish1998-10-107-14/+24
* Move setting of 'crt' mail variable to {/usr/src}/etc/mail.rc.jkoshy1998-08-311-1/+1
* Fixed printf format errors.bde1998-07-062-2/+2
* Document the use of sendmail options on the commandline.steve1998-04-141-2/+3
* Fix a style bug, and a real bug (&& vs. & misused).joerg1998-01-041-3/+4
* Teach boring old mail(1) about the use of the REPLYTO environmentjoerg1998-01-029-22/+64
* Balance parentheses around command abbreviations.jraynard1997-11-011-7/+8
* Many places in the code NULL is used in integer context, wherephk1997-09-185-21/+21
* Fix file names.wosch1997-08-316-9/+9
* make install should not install mail.rc in /etcwosch1997-08-151-0/+2
* Use err(3).charnier1997-07-243-10/+11
* Renamed undelete() to undelete_messages() to avoid conflict with newbde1997-04-143-3/+3
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Document the "more" command.mpp1997-01-151-0/+3
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Allow mail(1) to look for multiple mail.rc files.jkh1996-12-213-12/+29
* Honor the MAIL environment variable.jkh1996-10-062-3/+12
* Eliminated NOFILE. Use the arbitrary (currently identical) limit of 64bde1996-09-281-2/+4
* [HISTORY] command appeared in Version 1 AT&T UNIXwosch1996-08-291-2/+3
* Simplistic conversion of mail to use termios instead of sgtty.peter1996-08-194-21/+23
* Correct some cross references and some path names.mpp1996-04-061-2/+2
* filenames correctedwosch1996-02-021-2/+2
* Fix a bunch of spelling errors in a bunch of man pages.mpp1996-01-301-1/+1
* Correct the man pages, USD doc and online help to refer to /var/mailmarkm1995-11-206-8/+8
* '#' is not a comment if a non-space char followjoerg1995-08-152-0/+13
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-07-251-2/+2
* Remove trailing whitespace.rgrimes1995-05-306-8/+8
* Remove -R from CFLAGSache1995-05-121-1/+1
* Fix line-count overflow, close PR 351ache1995-05-091-2/+2
* This is the 90's, ask the user for a Subject by default when sending mail.nate1995-04-031-1/+1
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-2745-0/+13605
OpenPOWER on IntegriCloud