summaryrefslogtreecommitdiff
path: root/usr.bin/mail
AgeCommit message (Expand)Author
2003-11-10Simplify set(). No functional change.ross
2003-11-10Refix last delta's string copying editsross
2003-10-31Defensively rewrite a string moving loop.ross
2003-10-29Fix the broken "!" escape and "shell" (&-prompt) commands. These problemsross
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-14PR/21896: Jun-ichiro itojun Hagino: Fix botch with passing -1 as the stdinchristos
2003-07-10Rename a large chunk of the make(1) variables which refer to alukem
2003-06-26Fix quoting.wiz
2003-03-29bring in fixes from OpenBSD:christos
2003-03-29Fix a bug introduced by Christos Zoulas in version 1.4.perry
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-02-04"Utilize" has exactly the same meaning as "use," but it is moreperry
2003-01-05Add ${MACROS} to ${ROFF} usage to make output readablepooka
2002-09-26Ispell. Begin new sentences on a new line.wiz
2002-08-12calloc() arg mistake. it's (nelem, size). from openbsditojun
2002-03-29The print/Print pair just cries out for a corresponding save/Save feature,ross
2002-03-29only count header lines that are actually going to be displayedross
2002-03-12Do not remove the spool file if not mail remains, just truncate itwiz
2002-03-08Usually, one reads from standard input, not standard output (comment).wiz
2002-03-06Replace last tempnam() with mkstemp(), and remove the tempMail variable.wiz
2002-03-06Give mail.1 a DESCRIPTION section.wiz
2002-03-06Replace another tempnam() with mkstemp(), and remove the tempEdit variable.wiz
2002-03-05Use warn() instead of perror().wiz
2002-03-05KNF: No space after casts.wiz
2002-03-05Replace another tempnam() with mkstemp(), and remove the tempResid variable.wiz
2002-03-05Replace a 0-cast with NULL.wiz
2002-03-05Replace another tempnam with mkstemp (inspired by OpenBSD).wiz
2002-03-05Replace another tempnam() with mkstemp(), and remove the tempMesg variable.wiz
2002-03-05Replace printf+exit with errx.wiz
2002-03-05Check tmpdir for being empty and remove trailing slashes in it. Replace onewiz
2002-03-05ANSIfy another function (overlooked that one...).wiz
2002-03-05Use strpbrk(3) instead of anyof().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-02WARNS=2.wiz
2002-03-02Rename variables to avoid shadowing.wiz
2002-03-02ANSIfy, and minimal KNF.wiz
2002-03-02Rename a variable to avoid shadowing.wiz
2002-03-02ANSIfy.wiz
2002-02-09use ${INSTALL_FILE} as appropriatelukem
2001-12-19PR/15000: Mike Heffner: mail(1) doesn't reposition pointer correctlychristos
2001-12-01Space and paragraph fixes.wiz
2001-10-19Rename "aux.c" to "support.c" to avoid clash with invalid "aux" basenametv
2001-10-17Properly quote `No' (as non-macro argument).wiz
2001-04-04Add section to xref. Whitespace and punctuation fixes.wiz
2001-02-05fix nested externschristos
2000-09-23Use ${COPY} instead of -c for ${INSTALL} commands.simonb
2000-09-19Add -E "dontsendempty" flag which does not send messages that have nochristos
2000-07-06printf fmt string without %s, from OpenBSD.ad
2000-07-05Pass ${INSTPRIV} to ${INSTALL}.enami