1 10/20/83  send_mail request:  save_original, svo
 2 
 3 Syntax:  svo {message_specifiers} path {-control_args}
 4 
 5 
 6 Function:  places a copy of the messages being answered by this
 7 invocation of send_mail into the requested "save" mailbox (savebox).
 8 
 9 
10 Arguments:
11 message_specifiers
12    identifies which messages are to be saved.  If no message_specifiers
13    are supplied, the messages being answered by this invocation of
14    send_mail are saved.  For more information on message specifiers,
15    type:
16          help message_specifiers.gi
17 path
18    is the pathname of the savebox into which the messages are placed.
19    The suffix "sv.mbx" is added if necessary.
20 
21 
22 Control arguments:
23 -include_deleted, -idl
24    includes all messages in the mailbox whether or not they have been
25    deleted when processing the message_specifiers to determine which
26    messages will be saved.
27 -only_deleted, -odl
28    includes only those messages which have been deleted.
29 -only_non_deleted, -ondl
30    includes only those messages which have not been deleted.  (Default)
31 -reverse, -rv
32    saves the messages in descending numeric order.
33 -no_reverse, -nrv
34    saves the messages in ascending numeric order.  (Default)
35 
36 
37 Notes:
38 Any message in the read_mail invocation in which the reply request
39 that created this send_mail was issued may be listed by this request.
40 
41 If the savebox identified by the path argument does not exist, the user
42 will be queried for permission to create it.
43 
44 This request will acknowledge any messages requiring acknowledgement
45 unless -no_acknowledge is specified on the read_mail command line.