summaryrefslogtreecommitdiff
path: root/usr.bin/mail
AgeCommit message (Expand)Author
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
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-03-24Correct the HISTORY section to note that this command appeared in Version 5Aaron Campbell
2000-03-23When calling sendmail, use "--" to indicate end of command line arguments.Todd C. Miller
2000-03-10Various cleanups and standardization.Aaron Campbell
2000-03-04Try to standardize the options list introduction; it should read "The optionsAaron Campbell
1999-10-16Formatting fixes.Aaron Campbell
1999-06-05- remove trailing white spaceAaron Campbell
1999-05-12grammar police: do not hyphenate compound words that act as adjectives if theAaron Campbell
1998-11-19significant cleanup; also s/INTRODUCTION/DESCRIPTION/, in particular for man -hAaron Campbell
1998-11-11remove redundant .Pp macrosAaron Campbell
1998-09-27mail -u foo is not really the same as mail -f /var/mail/fooTodd C. Miller
1998-09-27Use new username option to lockspool for 'mail -u'.Todd C. Miller
1998-09-26usr.bin/ man page fixes, f-m.Aaron Campbell
1998-09-13typosAaron Campbell