10/20/83 read_mail request: print, pr, p Syntax: p {message_specifiers} {-selection_args} {-control_args} Function: prints the selected messages. Arguments: message_specifiers identifies which messages are to be printed. If no message_specifiers and no selection_args are specified, the current message is printed. For more information on message specifiers, type: help message_specifiers.gi Control arguments: -long_header, -lghe specifies that the print request is to display all information from the message header including network tracing information even if some of the information is redundant. (Ie: if the From, Sender, and Delivery-By fields are all equal, this option will force the print request to display all three fields when it prints the message). -header, -he specifies that the print request is to display all information from the message header including user-defined fields while excluding the message trace and redundant information. This is the default unless a different default was specified on the read_mail command line. -brief_header, -bfhe specifies that the print request is to display the minimal amount of information from the message header. The date and authors are always displayed; the subject is displayed if it isn't blank; the number of recipients is displayed either if there is more than one recipient or the user is not the sole recipient of the message; if the message was ever forwarded with comments, these comments will be displayed. -no_header, -nhe specifies that the print request is to display absolutely no information from the message header. Only the message number, message body line count, and message body will be displayed. -include_deleted, -idl includes all messages in the mailbox whether or not they have been deleted when processing message_specifiers and selection_args to determine which messages will be printed. -only_deleted, -odl includes only those messages which have been deleted. -only_non_deleted, -ondl includes only those messages which have not been deleted. (Default) -delete, -dl marks the specified messages for deletion on exit from read_mail if all messages are successfully printed. -no_delete, -ndl does not mark the messages for deletion. (Default) -reverse, -rv prints the messages in descending numeric order. -no_reverse, -nrv prints the messages in ascending numeric order. (Default) List of message selection control arguments: The following control arguments are used to further refine the list of messages to be printed. For more detailed information, type: help selection_control_args.gi -case_sensitive, -cs causes subject selections and qedx regular expression searches for author and recipient selections to be case sensitive. (Default) -non_case_sensitive, -ncs causes subject selections and qedx regular expression searches for author and recipient selections to be case insensitive. -subject STR, -subject /STR/, -sj STR, -sj /STR/ selects any messages whose Subject field contains STR. -in_reply_to STR, -in_reply_to /STR/, -irt STR, -irt /STR/ selects any messages whose In-Reply-To field contains STR. -between DT1 DT2, -bt DT1 DT2 selects any messages which were created between the dates DT1 and DT2 inclusively. -after DT, -af DT selects any messages which were created on or after the date specified by DT. -before DT, -be DT selects any messages which were created before the date specified by DT. -date DT, -dt DT selects any messages which were created on the date specified by DT. -between_time DT1 DT2, -btt DT1 DT2 selects any messages which were created between the date/times specified by DT1 and DT2 inclusively. -before_time DT, -bet DT selects any messages which were created before the date/time specified by DT. -after_time DT, -aft DT selects any messages which were created after the date/time specified by DT. -from address, -from /STR/, -fm address, -fm /STR/ selects any messages whose From field either contains the specified address or matches the given qedx regular expression. -reply_to address, -reply_to /STR/, -rpt address, -rpt /STR/ selects any messages whose Reply-To field either contains the specified address or matches the given qedx regular expression. -recipient address, -recipient /STR/, -rcp address, -rcp /STR/ selects any messages whose To, cc, bcc, or Redistributed-To fields either contains the specified address or matches the given qedx regular expression. -to address, -to /STR/ selects any messages whose To field either contains the specified address or matches the given regular expression. -cc address, -cc /STR/ selects any messages whose cc field either contains the specified address or matches the given qedx regular expression. -bcc address, -bcc /STR/ selects any mesages whose bcc field either contains the specified address or matches the given qedx regular expression. -forwarded_to address, -forwarded_to /STR/, -fwdt address, -fwdt /STR/ selects any messages whose Redistributed-To field either contains the specified address or matches the given qedx regular expression. Notes: This request will acknowledge any messages requiring acknowledgement unless -no_acknowledge is specified on the read_mail command line. ----------------------------------------------------------- Historical Background This edition of the Multics software materials and documentation is provided and donated to Massachusetts Institute of Technology by Group BULL including BULL HN Information Systems Inc. as a contribution to computer science knowledge. This donation is made also to give evidence of the common contributions of Massachusetts Institute of Technology, Bell Laboratories, General Electric, Honeywell Information Systems Inc., Honeywell BULL Inc., Groupe BULL and BULL HN Information Systems Inc. to the development of this operating system. Multics development was initiated by Massachusetts Institute of Technology Project MAC (1963-1970), renamed the MIT Laboratory for Computer Science and Artificial Intelligence in the mid 1970s, under the leadership of Professor Fernando Jose Corbato. Users consider that Multics provided the best software architecture for managing computer hardware properly and for executing programs. Many subsequent operating systems incorporated Multics principles. Multics was distributed in 1975 to 2000 by Group Bull in Europe , and in the U.S. by Bull HN Information Systems Inc., as successor in interest by change in name only to Honeywell Bull Inc. and Honeywell Information Systems Inc. . ----------------------------------------------------------- Permission to use, copy, modify, and distribute these programs and their documentation for any purpose and without fee is hereby granted,provided that the below copyright notice and historical background appear in all copies and that both the copyright notice and historical background and this permission notice appear in supporting documentation, and that the names of MIT, HIS, BULL or BULL HN not be used in advertising or publicity pertaining to distribution of the programs without specific prior written permission. Copyright 1972 by Massachusetts Institute of Technology and Honeywell Information Systems Inc. Copyright 2006 by BULL HN Information Systems Inc. Copyright 2006 by Bull SAS All Rights Reserved