Deleted Added
full compact
mail.1 (73233) mail.1 (78193)
1.\" Copyright (c) 1980, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)mail.1 8.2 (Berkeley) 12/30/93
1.\" Copyright (c) 1980, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)mail.1 8.2 (Berkeley) 12/30/93
33.\" $FreeBSD: head/usr.bin/mail/mail.1 73233 2001-02-28 17:38:53Z ru $
33.\" $FreeBSD: head/usr.bin/mail/mail.1 78193 2001-06-14 01:08:30Z mikeh $
34.\"
35.Dd December 30, 1993
36.Dt MAIL 1
37.Os BSD 4
38.Sh NAME
39.Nm mail
40.Nd send and receive mail
41.Sh SYNOPSIS

--- 774 unchanged lines hidden (view full) ---

816Options are controlled via
817.Ic set
818and
819.Ic unset
820commands.
821Options may be either binary, in which case it is only
822significant to see whether they are set or not; or string, in which
823case the actual value is of interest.
34.\"
35.Dd December 30, 1993
36.Dt MAIL 1
37.Os BSD 4
38.Sh NAME
39.Nm mail
40.Nd send and receive mail
41.Sh SYNOPSIS

--- 774 unchanged lines hidden (view full) ---

816Options are controlled via
817.Ic set
818and
819.Ic unset
820commands.
821Options may be either binary, in which case it is only
822significant to see whether they are set or not; or string, in which
823case the actual value is of interest.
824If an option is not set,
825.Nm
826will look for an environment variable of the same name.
824The binary options include the following:
825.Bl -tag -width append
826.It Ar append
827Causes messages saved in
828.Ar mbox
829to be appended to the end rather than prepended.
830This should always be set (preferably in one of the system-wide
831.Pa mail.rc

--- 244 unchanged lines hidden ---
827The binary options include the following:
828.Bl -tag -width append
829.It Ar append
830Causes messages saved in
831.Ar mbox
832to be appended to the end rather than prepended.
833This should always be set (preferably in one of the system-wide
834.Pa mail.rc

--- 244 unchanged lines hidden ---