[BACK]Return to mail.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / mail

Diff for /src/usr.bin/mail/mail.1 between version 1.48 and 1.49

version 1.48, 2007/02/26 13:17:37 version 1.49, 2007/02/26 13:38:26
Line 330 
Line 330 
 and  and
 .Xr csh 1 )  .Xr csh 1 )
 command which follows.  command which follows.
 .It Ic Print  
 .Pq Ic P  
 Like  
 .Ic print  
 but also prints out ignored header fields.  
 See also  
 .Ic print ,  
 .Ic ignore ,  
 and  
 .Ic retain .  
 .It Ic Reply  
 .Pq Ic R  
 Reply to originator.  
 Does not reply to other  
 recipients of the original message.  
 .It Ic Type  
 .Pq Ic T  
 Identical to the  
 .Ic Print  
 command.  
 .It Ic alias  .It Ic alias
 .Pq Ic a  .Pq Ic a
 With no arguments, prints out all currently defined aliases.  With no arguments, prints out all currently defined aliases.
Line 525 
Line 505 
 .Pq Ic pre  .Pq Ic pre
 A synonym for  A synonym for
 .Ic hold .  .Ic hold .
   .It Ic Print
   .Pq Ic P
   Like
   .Ic print
   but also prints out ignored header fields.
   See also
   .Ic print ,
   .Ic ignore ,
   and
   .Ic retain .
 .It Ic print  .It Ic print
 .Pq Ic p  .Pq Ic p
 Takes a message list and types out each message on the user's terminal.  Takes a message list and types out each message on the user's terminal.
Line 552 
Line 542 
 can escape with the  can escape with the
 .Ic exit  .Ic exit
 command.  command.
   .It Ic Reply
   .Pq Ic R
   Reply to originator.
   Does not reply to other
   recipients of the original message.
 .It Ic reply  .It Ic reply
 .Pq Ic r  .Pq Ic r
 Takes a message list and sends mail to the sender and all  Takes a message list and sends mail to the sender and all
Line 643 
Line 638 
 lines printed is controlled by the variable  lines printed is controlled by the variable
 .Ic toplines  .Ic toplines
 and defaults to five.  and defaults to five.
   .It Ic Type
   .Pq Ic T
   Identical to the
   .Ic Print
   command.
 .It Ic type  .It Ic type
 .Pq Ic t  .Pq Ic t
 A synonym for  A synonym for
Line 655 
Line 655 
 no longer have any significance.  no longer have any significance.
 .It Ic undelete  .It Ic undelete
 .Pq Ic u  .Pq Ic u
 Takes a message list and marks each message as  Takes a message list and marks each message as not being deleted.
 .Ic not  
 being deleted.  
 .It Ic unread  .It Ic unread
 .Pq Ic U  .Pq Ic U
 Takes a message list and marks each message as  Takes a message list and marks each message as not having been read.
 .Ic not  
 having been read.  
 .It Ic unset  .It Ic unset
 Takes a list of option names and discards their remembered values;  Takes a list of option names and discards their remembered values;
 the inverse of  the inverse of
Line 677 
Line 673 
 except that  except that
 .Ic only  .Ic only
 the message body  the message body
 .Pf ( Ar without  (without the header)
 the header)  
 is saved.  is saved.
 Extremely useful for such tasks as sending and receiving source  Extremely useful for such tasks as sending and receiving source
 program text over the message system.  program text over the message system.
Line 727 
Line 722 
 After the  After the
 editing session is finished, you may continue appending text to the  editing session is finished, you may continue appending text to the
 message.  message.
   .It Ic ~F Ns Ar messages
   Identical to
   .Ic ~f ,
   except all message headers are included.
 .It Ic ~f Ns Ar messages  .It Ic ~f Ns Ar messages
 Read the named messages into the message being sent.  Read the named messages into the message being sent.
 If no messages are specified, read in the current message.  If no messages are specified, read in the current message.
Line 735 
Line 734 
 or  or
 .Ic retain  .Ic retain
 command) are not included.  command) are not included.
 .It Ic ~F Ns Ar messages  
 Identical to  
 .Ic ~f ,  
 except all message headers are included.  
 .It Ic ~h  .It Ic ~h
 Edit the message header fields by typing each one in turn and allowing  Edit the message header fields by typing each one in turn and allowing
 the user to append text to the end or modify the field by using the  the user to append text to the end or modify the field by using the
 current terminal erase and kill characters.  current terminal erase and kill characters.
   .It Ic ~M Ns Ar messages
   Identical to
   .Ic ~m ,
   except all message headers are included.
 .It Ic ~m Ns Ar messages  .It Ic ~m Ns Ar messages
 Read the named messages into the message being sent, indented by a  Read the named messages into the message being sent, indented by a
 tab or by the value of  tab or by the value of
Line 754 
Line 753 
 or  or
 .Ic retain  .Ic retain
 command) are not included.  command) are not included.
 .It Ic ~M Ns Ar messages  
 Identical to  
 .Ic ~m ,  
 except all message headers are included.  
 .It Ic ~p  .It Ic ~p
 Print out the message collected so far, prefaced by the message header  Print out the message collected so far, prefaced by the message header
 fields.  fields.
Line 999 
Line 994 
 Pathname of the program to use in the  Pathname of the program to use in the
 .Ic more  .Ic more
 command or when the  command or when the
 .Ic crt  .Ar crt
 variable is set.  variable is set.
 The default paginator  The default paginator
 .Xr more 1  .Xr more 1
Line 1021 
Line 1016 
 If not defined,  If not defined,
 .Pa /usr/bin/vi  .Pa /usr/bin/vi
 is used.  is used.
 .It Va crt  .It Ar crt
 The valued option  The valued option
 .Va crt  .Ar crt
 is used as a threshold to determine how long a message must  is used as a threshold to determine how long a message must
 be before  be before
 .Ev PAGER  .Ev PAGER
 is used to read it.  is used to read it.
 If  If
 .Va crt  .Ar crt
 is set without a value,  is set without a value,
 then the height of the terminal screen stored in the system  then the height of the terminal screen stored in the system
 is used to compute the threshold (see  is used to compute the threshold (see

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49