1 01/14/87 immediate_messages, im
2
3 Syntax as a command: im mbx_specification
4
5
6 Function: restores the immediate printing of interactive messages and
7 notifications.
8
9
10 Arguments:
11 mbx_specification
12 specifies the mailbox on which the printing of messages is to be
13 restored. If not given, the user's default mailbox
14 >udd>Project>Person>Person.mbx is used.
15
16
17 List of mbx specifications:
18 -log
19 specifies the user's logbox and is equivalent to
20
21 -mailbox >udd>Project_id>Person_id>Person_id.sv.mbx
22 -mailbox path, -mbx path
23 specifies the pathname of a mailbox. The suffix .mbx is added if
24 necessary.
25 -save path, -sv path
26 specifies the pathname of a savebox. The suffix .sv.mbx is added if
27 necessary.
28 -user STR
29 specifies either a user's default mailbox or an entry in the system
30 mail table.
31 STR
32 is any noncontrol argument and is first interpreted as -mailbox STR;
33 if no mailbox is found, STR is then interpreted as -save STR; if no
34 savebox is found, it is interpreted as -user STR.
35
36
37 Notes: This command cancels defer_messages, but does not cancel any
38 options that may have been specified by accept_messages see
39 accept_messages and print_messages.