summaryrefslogtreecommitdiffstats
path: root/usr.bin/mail
Commit message (Collapse)AuthorAgeFilesLines
* Many places in the code NULL is used in integer context, wherephk1997-09-185-21/+21
| | | | | | | | | plain 0 should be used. This happens to work because we #define NULL to 0, but is stylistically wrong and can cause problems for people trying to port bits of code to other environments. PR: 2752 Submitted by: Arne Henrik Juul <arnej@imf.unit.no>
* 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
| | | | | | undelete() syscall. Submitted by: partly by roberto
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Document the "more" command.mpp1997-01-151-0/+3
| | | | | Submitted by: Julian Coleman <j.d.coleman@ncl.ac.uk> Obtained from: NetBSD-bugs PR# 3104
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Allow mail(1) to look for multiple mail.rc files.jkh1996-12-213-12/+29
| | | | Submitted-By: Lyndon Nerenberg VE7TCP <lyndon@orthanc.com>
* Honor the MAIL environment variable.jkh1996-10-062-3/+12
| | | | Submitted-By: Dan Cross <cross@math.psu.edu>
* Eliminated NOFILE. Use the arbitrary (currently identical) limit of 64bde1996-09-281-2/+4
| | | | | | instead (for the input stack size). `mail' was one of the 3 programs in /usr/src that (mis)used NOFILE.
* [HISTORY] command appeared in Version 1 AT&T UNIXwosch1996-08-291-2/+3
| | | | Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41
* 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
| | | | instead of {usr|var}/spool/mail
* '#' is not a comment if a non-space char followjoerg1995-08-152-0/+13
| | | | | | Closes PR # bin/657: mail(1): comments in ~/.ma... Submitted by: wosch@cs.tu-berlin.de (Wolfram Schneider)
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-07-251-2/+2
| | | | specified in the top level Makefiles.
* 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
| | | | Submitted by: Edward Wang <edward@edcom.com>
* 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