1 02/13/85  last_message_time, lmt
 2 
 3 Syntax as a command:  lmt {mbx_specification}
 4 
 5 
 6 Syntax as an active function:  [lmt {mbx_specification}]
 7 
 8 
 9 Function: returns the time that the last message (from send_message)
10 was received.
11 
12 
13 Arguments:
14 mbx_specification
15    specifies the mailbox on which messages are to be accepted.  If not
16    given, the user's default mailbox (>udd>Project>Person>Person.mbx)
17    is used.
18 
19 
20 List of mbx specifications:
21 -log
22    specifies the user's logbox and is equivalent to
23       -mailbox >udd>Project_id>Person_id>Person_id.sv.mbx
24 -mailbox path, -mbx path
25    specifies the pathname of a mailbox.  The suffix .mbx is added if
26    necessary.
27 -save path, -sv path
28    specifies the pathname of a savebox.  The suffix .sv.mbx is added if
29    necessary.
30 
31 
32 -user STR
33    specifies either a user's default mailbox or an entry in the system
34    mail table.
35 STR
36    is any noncontrol argument and is first interpreted as -mailbox STR;
37    if no mailbox is found, STR is then interpreted as -save STR; if no
38    savebox is found, it is interpreted as -user STR.
39 
40 
41 Notes: See accept_messages, last_message, last_message_sender, and
42 send_message.