summaryrefslogtreecommitdiff
path: root/usr.bin/mail/send.c
AgeCommit message (Expand)Author
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-03-06Replace last tempnam() with mkstemp(), and remove the tempMail variable.wiz
2002-03-05Use warn() instead of perror().wiz
2002-03-05KNF: No space after casts.wiz
2002-03-04Replace some more special pointers to zero (NIL, NONE, NOVAR, NOGRP, NOGE)wiz
2002-03-04Don't use special null string pointer (NOSTR), just use NULL.wiz
2002-03-02Rename variables to avoid shadowing.wiz
2002-03-02ANSIfy, and minimal KNF.wiz
2001-02-05fix nested externschristos
2000-09-19Add -E "dontsendempty" flag which does not send messages that have nochristos
2000-02-10Rename send() to sendmessage() to avoid conflict with send(2) in "libc".tron
1998-12-19char -> unsigned charchristos
1998-08-25Add { and } to shut up egcs. Reformat the more questionable code.ross
1997-11-25Do not propagate local pipe and file address that are marked for deletionbad
1997-10-19WARNSify, fix .Nm usage, deprecate register, use <err.h>lukem
1996-06-08- Fix PR/105: Implement dot locking protocol and check return value of flock.christos
1994-11-28Use tempnam() to generate temporary file names instead of trying tojtc
1994-06-294.4-lite, plus our modsderaadt
1993-08-27Implement mailx's askbcc option.jtc
1993-08-01Add RCS identifiers.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd