home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / lan / pmail301.zip / UDG.ZIP / SENDER.PM < prev    next >
Text File  |  1993-08-30  |  1KB  |  53 lines

  1. ;
  2. ;  Sample SENDER.PM file
  3. ;  (c) 1992, David Harris, All Rights Reserved.
  4. ;  
  5. ;  Use SENDER.PM to add options to the "New mail" and "Send message"
  6. ;  options on the Pmail main menu for versions of PMail earlier than
  7. ;  version 3.0. If you are using PMail 3.0, examine the file PM-MENU.R
  8. ;  the the file RESOURCE.ZIP supplied in the PMail 3.0 distribution.
  9. ;
  10. ;  SENDER.PM is a plain ASCII text file which must be placed in the
  11. ;  same directory as Pmail.exe. Each sub-entry on the main menu is
  12. ;  represented by five lines, which are expected to be formatted as
  13. ;  follows:
  14. ;
  15. ;  Line 1: N for "new mail entry" or S for "send message" entry
  16. ;  Line 2: The text to show in the menu
  17. ;  Line 3: Y if the temporary file should be mailed on return
  18. ;  Line 4: Y if the screen should be saved before running the command
  19. ;  Line 5: The command string, formatted for subst_string; to invoke
  20. ;     the regular built-in function of this menu, make the first
  21. ;     character on the line a colon (':').
  22. ;
  23. ;  Blank lines and lines beginning with ';' are ignored. */
  24. ;
  25. ;  This SENDER.PM file is intended to be used with Brendan Murray's
  26. ;  FILTER.EXE program to interface to Waffle v1.6x
  27. ;
  28.  
  29. S
  30. Regular mail message 
  31. N
  32. N
  33. :
  34.  
  35. S
  36. Send all outgoing mail
  37. N
  38. Y
  39. uucico
  40.  
  41. N
  42. Read new mail messages
  43. N
  44. N
  45. :
  46.  
  47. N
  48. Get new mail from UUCP host
  49. N
  50. Y
  51. uucico
  52.  
  53.