summaryrefslogtreecommitdiff
path: root/usr.bin/mail/cmd1.c
Commit message (Collapse)AuthorAgeFilesLines
* Switch the default pager for most commands to lessAlan Somers2018-08-081-1/+1
| | | | | | | | | | | | Finally, a pager for the nineties. MFC after: Never Relnotes: Yes Differential Revision: https://reviews.freebsd.org/D13465 Poll: https://reviews.freebsd.org/V7 Notes: svn path=/head/; revision=337497
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
| | | | | | | | | | | | | | | | | Mainly focus on files that use BSD 3-Clause license. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Special thanks to Wind River for providing access to "The Duke of Highlander" tool: an older (2014) run over FreeBSD tree was useful as a starting point. Notes: svn path=/head/; revision=326025
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
| | | | | | | | | | | | Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point. Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96 Notes: svn path=/head/; revision=314436
* mail(1): Update more prototypes.Pedro F. Giffuni2016-07-151-12/+21
| | | | | | | | | | Also rename delete and undelete_messages to deletecmd and undeletecmd respectively in an attempt to sync with other BSDs. Obtained from: OpenBSD Notes: svn path=/head/; revision=302903
* mail(1): Bring some fixes from other BSDs.Pedro F. Giffuni2016-07-131-1/+1
| | | | | | | | | | | | - Use varargs properly - Use pid_t - Better handling of error conditions on forked jobs. - Some prototype and warning cleanups. Obtained from: NetBSD (some originaly from OpenBSD) Notes: svn path=/head/; revision=302776
* In usr.bin/mail/cmd1.c, use the correct printf length modifier for aDimitry Andric2011-12-171-1/+1
| | | | | | | | | ptrdiff_t. In usr.bin/mail/main.c, cast a field width to int. MFC after: 1 week Notes: svn path=/head/; revision=228647
* Add __unused. Ansi prototypes.Philippe Charnier2010-12-191-33/+18
| | | | Notes: svn path=/head/; revision=216562
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
| | | | | | | | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Also add $FreeBSD$ to a few files to keep svn happy. Discussed with: imp, rwatson Notes: svn path=/head/; revision=216370
* Use static storage-class specifier where appropriate.Diomidis Spinellis2007-11-081-1/+1
| | | | | | | Found by: CScout Notes: svn path=/head/; revision=173439
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
| | | | Notes: svn path=/head/; revision=99112
* Sync with most of NetBSD's changes, including:Mike Heffner2001-12-181-2/+25
| | | | | | | | | | | | | | | | | | | | *) Sync with 4.4BSD-Lite2 *) Set usecs for utimes() *) Add 'inc' command and 'autoinc' option that check for new mail manually and automatically, respectively *) Use POSIX signal handling and tty semantics *) Handle long lines correctly when paging messages *) Add ability to explicitly search 'To:' line *) Various manpage cleanups *) Support overriding '~/.mailrc' with $MAILRC *) Support 'askbcc' and 'asksub' options *) Fix various bugs Reviewed by: ru (mail.1) Obtained from: NetBSD Notes: svn path=/head/; revision=88150
* Cleanup mail(1)'s varying styles by converting to using style(9).Mike Heffner2001-05-271-53/+60
| | | | | | | | | | | | Also take a stab at cleaning up BDECFLAGS and convert all uses of NOSTR, NIL, NONE, NOVAR, NOGRP, NOGE to NULL. Also kill 'register' to get diffs somewhat closer to OpenBSD/NetBSD. There are no functional changes however. Reviewed by: nra (visual inspection) Notes: svn path=/head/; revision=77274
* Merge various changes from OpenBSD and NetBSD.Mike Heffner2001-03-251-6/+10
| | | | | | | | | | | | | | | | | | | o remove panic() in favor of err(3) and use err(3) functions consistently throughout o use stat(2)'s S_IS* macros rather than S_IF* o [r]index -> str[r]chr o convert some static buffers to dynamic ones o use real tempfiles rather than reopening the same templates o rename some functions that clash with libc o convert wait_status from union to int and use wait(2) status macros o fix multiple potential buffer overflows o fix a few comments o add $FreeBSD$ Reviewed by: nra, nectar (earlier version) Notes: svn path=/head/; revision=74769
* Fixed printf format errors.Bruce Evans1998-07-061-1/+1
| | | | Notes: svn path=/head/; revision=37453
* Many places in the code NULL is used in integer context, wherePoul-Henning Kamp1997-09-181-1/+1
| | | | | | | | | | | | plain 0 should be used. This happens to work because we #define NULL to 0, but is stylistically wrong and can cause problems for people trying to port bits of code to other environments. PR: 2752 Submitted by: Arne Henrik Juul <arnej@imf.unit.no> Notes: svn path=/head/; revision=29574
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+451
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590