1 10/20/83  send_mail request:  in_reply_to, irt
 2 
 3 Syntax:  irt {message_specifiers} {-control_arg}
 4 
 5 
 6 Function:  when given no arguments, displays the list of messages being
 7 answered by this send_mail (the In-Reply-To field); when given
 8 arguments, replaces said list with a new set.
 9 
10 
11 Arguments:
12 message_specifiers
13    identifies the messages which are to become the new list of messages
14    being answered by this send_mail.  Use of message specifiers is
15    incompatible with the -default control argument.  For more
16    information on message specifiers, type:
17          help message_specifiers.gi
18 
19 
20 Control arguments:
21 -default, -dft
22    specifies that the list of messages being answered should be reset
23    to the list supplied by the reply request when this send_mail
24    invocation was created.  The list_original request may be used to
25    display the contents of this default list.   Use of this control
26    argument is incompatible with the use of message specifiers.
27 -no_default, -ndft
28    specifies that the list of messages should not be reset to the list
29    supplied by the reply request.  (This control argument is intended
30    for use with abbreviations).
31 
32 
33 -include_deleted, -idl
34    includes all messages in the mailbox whether or not they have been
35    deleted when processing the message_specifiers to determine which
36    messages will be included in the new list of messages being
37    answered.
38 -only_deleted, -odl
39    includes only those messages which have been deleted.
40 -only_non_deleted, -ondl
41    includes only those messages which have not been deleted.  (Default)
42 
43 
44 Notes:
45 Use of this request to change the list of messages being answered does
46 not change the default set of messages processed by the other original
47 requests (print_original, etc).