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