summaryrefslogtreecommitdiff
path: root/usr.bin/mail
AgeCommit message (Expand)Author
2017-03-28Prevent edit'ing a message from corrupting the mailbox. In an mbox fileMartin Natano
2016-07-28these programs probably do not need to use TMPDIR. ok florianTed Unangst
2016-07-19Cleanup close(open idioms.Theo de Raadt
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2015-11-24missing pledge "getpw"Theo de Raadt
2015-11-16pledge "stdio rpath wpath cpath tmppath fattr tty flock proc exec"Theo de Raadt
2015-11-11creat() -> open equiv; from Frederic NowakTheo de Raadt
2015-10-16Cast isspace() argument to unsigned char.mmcc
2015-10-16Modernize allocation by:mmcc
2015-10-13To alter just the atime of the mailspool, use utimensat()+UTIME_OMIT insteadPhilip Guenther
2015-09-07add missing file system path (.Pa) macros.Igor Sobrado
2015-02-08in getopt() blocks, stop incrementing flag variable which are supposedTheo de Raadt
2015-01-24Fix getopt string; the -N flag doesn't take an argument.Todd C. Miller
2015-01-22Only allow the -r flag when sending a message; from Martin BrandenburgTodd C. Miller
2015-01-20tweak previous;Jason McIntyre
2015-01-20Add support for the "-r fromaddr" flag now that we don't supportTodd C. Miller
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2015-01-07It is the copy command that is abbreviated as 'c', not chdir.Todd C. Miller
2015-01-07Document the '=' command; from trondd at gmailTodd C. Miller
2014-12-16Don't pass options after the to address to sendmail. The onlyTodd C. Miller
2014-12-16Add new "expandaddr" flag (disabled by default) to enable recipientTodd C. Miller
2014-12-16Use glob() to expand filenames instead of passing it to the shell'sTodd C. Miller
2014-11-24Change "will write" back to "writes" in -f description. From jmc@Todd C. Miller
2014-11-24The handling of the -f option is a hack. Instead of fooling aroundTodd C. Miller
2014-11-24Remove undocumented and obsolete -T option. It was intended forTodd C. Miller
2014-10-26Prefer mkostemp(O_CLOEXEC) over mkstemp()+fcntl(F_SETFD)Philip Guenther
2014-08-15Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC)Philip Guenther
2014-07-22Repair two deep targets mistakenly called as afterinstall, ratherTheo de Raadt
2014-05-20Use errc/warnc to simplify code.Philip Guenther
2014-03-27make this page less sendmail-centric; ok gillesJason McIntyre
2014-03-16lint is dead (long live the lint!), so stop using it as a cpp conditionalPhilip Guenther
2014-03-10pedantic word change;Jason McIntyre
2014-01-20Obvious .Xr fixes, found while testing mandocdb(8).Ingo Schwarze
2014-01-17ctype and other sign extension fixes.Okan Demirmen
2014-01-08flesh out STANDARDS somewhat; help/ok sobradoJason McIntyre
2013-07-18document the :c selectors; from Sunil NimmagaddaJason McIntyre
2013-04-29use FD_CLOEXEC instead of 1; from David HillOkan Demirmen
2012-11-14use F_OK macro instead of 0 in access() when checking by file existence. make...Gleydson Soares
2011-04-06Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'Miod Vallat
2010-11-07more EXIT STATUS bits; from Daniel DickmanJason McIntyre
2010-01-10remove references to docs we no longer install;Jason McIntyre
2010-01-04Stop installing many of the incredibly dated and un-authoritative share/docTheo de Raadt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-09-05Fixed typo in comment.Tobias Stoeckmann
2009-07-29- ~<, ~_ are undocumented aliases of ~r, ~:Martynas Venckus
2009-07-28remove core / tilde C. it's useless, doesn't work, never has beenMartynas Venckus
2009-07-23elide a little bit later, the final list, after From has beenMartynas Venckus
2009-04-23document the "more" command in the help page; ok millertTheo de Raadt
2009-02-10mark these utilities as being largely posix compliant or, in the case ofJason McIntyre
2008-11-03...and then sync tildehelp and mail9.nr;Jason McIntyre