home *** CD-ROM | disk | FTP | other *** search
- /* */
- parse upper arg mailbox special .
-
- if mailbox = 'OUTGOING' then
- address command 'run >nil: <nil: avm:scheduler' mailbox
- else if mailbox = 'OUTGOINGARCHIVE' then
- address command 'run >nil: <nil: avm:scheduler' mailbox '-noschedule'
- else
- address command 'run >nil: <nil: avm:logview' mailbox
-
- exit
-