1 10/21/83  send_mail request:  print_header, prhe
 2 
 3 Syntax:  prhe {-control_args}
 4 
 5 
 6 Function:  prints the message header.
 7 
 8 
 9 Control arguments:
10 -long, -lg
11    specifies that the print_header request is to display all available
12    information from the message header including the Acknowledge-To,
13    Date, From, Message-ID and Access-Class fields.
14 -default, -dft
15    specifies that the print_header request is to display all
16    information from the message header except the Message-ID and
17    Access-Class fields.  (Default)
18 -brief, -bf
19    specifies that the print_header request is to display the minimal
20    amount of information from the message header.  Only the subject and
21    the primary, secondary, and "blind" recipient lists are displayed.
22 
23 
24 Notes:
25 The summary produced by the -brief option has the following format:
26 
27       (N lines in body):
28       Subject:  STR
29       To:  addresses
30       cc:  addresses
31       bcc:  addresses
32 
33 If the message has no subject, the Subject line is ommitted.
34 
35 If the message has no primary recipients, the To line is displayed as:
36       To:  <No addresses>
37 
38 If the message has no secondary recipients, the cc line is ommitted.
39 If the message has no "blind" recipients, the bcc line is ommitted.