summaryrefslogtreecommitdiff
path: root/usr.bin/mail
AgeCommit message (Expand)Author
2003-07-07protosTheo de Raadt
2003-06-28use .Bk/.Ek to align the options in SYNOPSIS;Jason McIntyre
2003-06-25Remove unused c_func0; noticed by deraadt@Todd C. Miller
2003-06-10- section reorderJason McIntyre
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-15Use vis() on any remotely created input before displaying it on a screen.Paul Janzen
2003-04-09syetem -> system;Jason McIntyre
2003-01-03DEL hasn't sent SIGINTR in a looooong time.Todd C. Miller
2002-11-14use $ or # before commands in examplesTheo de Raadt
2002-10-07 tyopVincent Labrecque
2002-08-12Swap args to calloc(3) so they are in the correct order; art@ ok.Aaron Campbell
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-06-12a real pid_t cleanup.Mike Pechkin
2002-04-08Don't do tilde escapes unless we are in interactive mode. Now theTodd C. Miller
2002-03-14Remove \n from err/errx/warn/warnx().Mike Pechkin
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-24Fix `necesary' typos; Alexander YurchenkoTodd C. Miller
2002-01-24fix the history refsMichael Shalayeff
2001-12-18We need to adjust where "dot" points when we realloc(message).Todd C. Miller
2001-11-28Catch SIGINT in sendmessage() so user can interupt a long messageTodd C. Miller
2001-11-28Fix typo; SIGTTIN where SIGINT meant and rename a variable for clarity.Todd C. Miller
2001-11-23Revert change to Popen() to only wrap command in a shell if itTodd C. Miller
2001-11-21o kill strcpy()Todd C. Miller
2001-11-21fix arg reversal that was introduced during ANSIficationTodd C. Miller
2001-11-21Fix extern decl of version missed in previous commit.Todd C. Miller
2001-11-21o ANSIfyTodd C. Miller
2001-11-20In private version of popen(), only wrap a command to be run in aTodd C. Miller
2001-11-20Major signal overhaul. We no longer longjmp all over the place.Todd C. Miller
2001-11-17properly bail out of incfile(); millert okTheo de Raadt
2001-11-16Instead of using a longjmp to catch SIGPIPE, just set to SIG_IGN andTodd C. Miller
2001-10-11missing arg to errxTodd C. Miller
2001-10-04Fix path to /bin/ls; ok millertPeter Valchev
2001-09-16Optimize space-eating loop since we've already checked that theTodd C. Miller
2001-09-161) In skin(), only add a space after a comma if there is actually a spaceTodd C. Miller
2001-09-07Sanity check length of -u argument to avoid truncation later on.Todd C. Miller
2001-09-04Fix bogus use of snprintf return value. Since we know the maxTodd C. Miller
2001-06-23Remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering andTodd C. Miller
2001-01-19More fixes from Don Beusee:Todd C. Miller
2001-01-16Changes from Don Beusee:Todd C. Miller
2001-01-16Changes from Don Beusee:Todd C. Miller
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-08-23repair sendmail options handlingMichael Shalayeff
2000-08-02$HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zeroTodd C. Miller
2000-07-06printf with % for the promptTheo de Raadt
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
2000-06-26fix pasto; noted by artHugh Graham
2000-06-11newaliases(1) -> newaliases(8)Todd C. Miller
2000-05-15/etc/mail/aliasesTheo de Raadt
2000-04-26Change the name of mail's send() function to sendmessages() toTodd C. Miller
2000-04-25When incorporating new messages, clear the "new" count before theTodd C. Miller