summaryrefslogtreecommitdiff
path: root/usr.bin/mail/main.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC: Ignore the MAIL environment variable when the -u flag is set.Jean-Marc Zucconi1999-11-191-0/+3
| | | | | | | | Added $FreeBSD$ PR: misc/14976 Notes: svn path=/stable/3/; revision=53390
* Teach boring old mail(1) about the use of the REPLYTO environmentJoerg Wunsch1998-01-021-3/+6
| | | | | | | | | | | | | variable which is de-facto standard for MUAs. Teach bomail to generate an in-reply-to header so threading MUAs and mail->news gateways won't lose context. While i was at it, removed two gratuitous standard violations for functions starting with an underscore. Notes: svn path=/head/; revision=32189
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24360
* Allow mail(1) to look for multiple mail.rc files.Jordan K. Hubbard1996-12-211-2/+14
| | | | | | | Submitted-By: Lyndon Nerenberg VE7TCP <lyndon@orthanc.com> Notes: svn path=/head/; revision=20778
* Simplistic conversion of mail to use termios instead of sgtty.Peter Wemm1996-08-191-5/+8
| | | | Notes: svn path=/head/; revision=17678
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+296
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590