summaryrefslogtreecommitdiffstats
path: root/usr.bin/mail/pathnames.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Fix path to /bin/ls; ok millertpvalchev2001-10-041-2/+2
|
* Changes from Don Beusee:millert2001-01-161-7/+13
| | | | | | | | | | | | | | o escape From line with a leading '>' when needed o only print To: address and Subject lines if actually present o new variable 'allnet' to treat user@foo and user@bar as the same "user" o folders command now takes an optional argument like ls. o new "pipe" (|) command to pipe the message through an arbitrary command o make header display format the same as SunOS 4.1.3 /usr/ucb/mail o tilde commands work regardless of interactive mode. o fix "read: Interrupted system call" error by retrying if EINTR o expanded help file Changes by me: o read the help file via the PAGER as it is now more than 24 lines long
* use lockspool for locking, not 'mail.local -H'millert1998-08-151-2/+2
|
* Use ``mail.local -H'' to do dot locking so we can have mode 755 mailmillert1997-03-291-1/+2
| | | | | spool, change an occurrence of tempnam() to mkstemp(), change some longs and shorts to ints. Mail is now usable again.
* from christos;deraadt1996-06-111-2/+5
| | | | | | | | - Fix PR/105: Implement dot locking protocol and check return value of flock. - Fix PR/2247: Don't call unknown users "ubluit". Issue an error message. - Fix/add prototypes. - Fix warnings. - Use POSIX signal mask calls.
* initial import of NetBSD treederaadt1995-10-181-0/+43