home *** CD-ROM | disk | FTP | other *** search
- ;
- ; Sample SENDER.PM file
- ; (c) 1992, David Harris, All Rights Reserved.
- ;
- ; Use SENDER.PM to add options to the "New mail" and "Send message"
- ; options on the Pmail main menu for versions of PMail earlier than
- ; version 3.0. If you are using PMail 3.0, examine the file PM-MENU.R
- ; the the file RESOURCE.ZIP supplied in the PMail 3.0 distribution.
- ;
- ; SENDER.PM is a plain ASCII text file which must be placed in the
- ; same directory as Pmail.exe. Each sub-entry on the main menu is
- ; represented by five lines, which are expected to be formatted as
- ; follows:
- ;
- ; Line 1: N for "new mail entry" or S for "send message" entry
- ; Line 2: The text to show in the menu
- ; Line 3: Y if the temporary file should be mailed on return
- ; Line 4: Y if the screen should be saved before running the command
- ; Line 5: The command string, formatted for subst_string; to invoke
- ; the regular built-in function of this menu, make the first
- ; character on the line a colon (':').
- ;
- ; Blank lines and lines beginning with ';' are ignored. */
- ;
- ; This SENDER.PM file is intended to be used with Brendan Murray's
- ; FILTER.EXE program to interface to Waffle v1.6x
- ;
-
- S
- Regular mail message
- N
- N
- :
-
- S
- Send all outgoing mail
- N
- Y
- uucico
-
- N
- Read new mail messages
- N
- N
- :
-
- N
- Get new mail from UUCP host
- N
- Y
- uucico
-
-