=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mail/mail.1,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/mail/mail.1 1997/01/13 20:36:23 1.4 --- src/usr.bin/mail/mail.1 1997/07/13 21:21:14 1.5 *************** *** 1,4 **** ! .\" $OpenBSD: mail.1,v 1.4 1997/01/13 20:36:23 deraadt Exp $ .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" --- 1,5 ---- ! .\" $OpenBSD: mail.1,v 1.5 1997/07/13 21:21:14 millert Exp $ ! .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" *************** *** 30,38 **** .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" ! .\" from: @(#)mail.1 8.2 (Berkeley) 12/30/93 .\" ! .Dd December 30, 1993 .Dt MAIL 1 .Os BSD 4 .Sh NAME --- 31,39 ---- .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" ! .\" @(#)mail.1 8.8 (Berkeley) 4/28/95 .\" ! .Dd April 28, 1995 .Dt MAIL 1 .Os BSD 4 .Sh NAME *************** *** 447,452 **** --- 448,454 ---- .It Ic help A synonym for .Ic \&? + .ne li .It Ic hold .Pf ( Ic ho , also *************** *** 472,477 **** --- 474,486 ---- .Ic Print commands can be used to print a message in its entirety, including ignored fields. + .It Ic inc + Incorporate any new messages that have arrived while mail + is being read. + The new messages are added to the end of the message list, + and the current message is reset to be the first new mail message. + This does not renumber the existing message list, nor does + does it cause any changes made so far to be saved. If .Ic ignore is executed with no arguments, it lists the current set of *************** *** 588,593 **** --- 597,603 ---- .Ic save or when automatically saving to .Ar mbox . + .pl +1 .It Ic saveretain .Ic Saveretain is to *************** *** 715,720 **** --- 725,731 ---- or .Ic retain command) are not included. + .ne li .It Ic \&~F Ns Ar messages Identical to .Ic \&~f , *************** *** 806,816 **** --- 817,834 ---- to prompt you for the subject of each message you send. If you respond with simply a newline, no subject field will be sent. + .ne li .It Ar askcc Causes you to be prompted for additional carbon copy recipients at the end of each message. Responding with a newline indicates your satisfaction with the current list. + .It Ar autoinc + Causes new mail to be automatically incorporated when it arrives. + Setting this is similar to issuing the + .Ic inc + command at each prompt, except that the current message is not + reset when new mail arrives. .It Ar askbcc Causes you to be prompted for additional blind carbon copy recipients at the end of each message. *************** *** 891,896 **** --- 909,921 ---- If this option is set, then a message-list specifier in the form ``/x:y'' will expand to all messages containing the substring ``y'' in the header field ``x''. The string search is case insensitive. + If ``x'' is ommitted, it will default to the ``Subject'' header field. + The form ``/to:y'' is a special case, and will expand + to all messages containing the substring ``y'' in the ``To'', ``Cc'' + or ``Bcc'' header fields. + The check for "to" is case sensitive, so that + ``/To:y'' can be used to limit the search for ``y'' to just + the ``To:'' field. .It Ar verbose Setting the option .Ar verbose *************** *** 939,944 **** --- 964,970 ---- command and .Ic \&~v escape. + .ne li .It Va crt The valued option .Va crt *************** *** 1001,1006 **** --- 1027,1035 ---- User's old mail. .It ~/.mailrc File giving initial mail commands. + This can be overridden by setting the + .Ev MAILRC + environment variable. .It Pa /tmp/R* Temporary files. .It Pa /usr/share/misc/mail.*help