home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / p / pmail235.zip / UDG.ZIP / SENDER.PM < prev    next >
Text File  |  1992-04-22  |  1KB  |  51 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.
  7. ;
  8. ;  SENDER.PM is a plain ASCII text file which must be placed in the
  9. ;  same directory as Pmail.exe. Each sub-entry on the main menu is
  10. ;  represented by five lines, which are expected to be formatted as
  11. ;  follows:
  12. ;
  13. ;  Line 1: N for "new mail entry" or S for "send message" entry
  14. ;  Line 2: The text to show in the menu
  15. ;  Line 3: Y if the temporary file should be mailed on return
  16. ;  Line 4: Y if the screen should be saved before running the command
  17. ;  Line 5: The command string, formatted for subst_string; to invoke
  18. ;     the regular built-in function of this menu, make the first
  19. ;     character on the line a colon (':').
  20. ;
  21. ;  Blank lines and lines beginning with ';' are ignored. */
  22. ;
  23. ;  This SENDER.PM file is intended to be used with Brendan Murray's
  24. ;  FILTER.EXE program to interface to Waffle v1.6x
  25. ;
  26.  
  27. S
  28. Regular mail message 
  29. N
  30. N
  31. :
  32.  
  33. S
  34. Send all outgoing mail
  35. N
  36. Y
  37. uucico
  38.  
  39. N
  40. Read new mail messages
  41. N
  42. N
  43. :
  44.  
  45. N
  46. Get new mail from UUCP host
  47. N
  48. Y
  49. uucico
  50.  
  51.