home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / comm / mwm14.lha / MWM.doc < prev   
Text File  |  1993-08-01  |  3KB  |  73 lines

  1.                             M a s t e r - W M a i l
  2.  
  3.                                      v1.4
  4.  
  5.                              A 'WMail' replacement
  6.  
  7.                           Written in GFABasic V3.01D
  8.  
  9.                         (c) Phillip Eastham 1992, 1993
  10.  
  11. ------------------------------------------------------------------------------
  12.  
  13.  
  14. What is it?
  15. ~~~~~~~~~~~
  16.        Master-WMail is a replacement for the standard WMail utility used to
  17. inform users if they have public mail waiting for them.
  18.  
  19.        Master-WMail will offer the user 2 levels of information. If they
  20. choose the Verbose option, they will see the area number and name, the message
  21. number, who the message is from, and the subject. If they choose the Terse
  22. option, they will see the area number, message number, and who it is from.
  23.  
  24.  
  25. How do I use it?
  26. ~~~~~~~~~~~~~~~~
  27.        Simply place it in your 'login.dlgbatch' script file. You can also run
  28. it as a DLG menu command. Run in OVERLAY mode with all other settings default.
  29.  
  30.        Run Master-WMail thus:
  31.  
  32.               DLG:Master-WMail %PORT %ANSI -c -s -d
  33.  
  34.        (Order IS important!)
  35.  
  36.        The -c option will cause Master-WMail to check for the existance of
  37. each message. If the message is not there, the user is given the area
  38. information, who it is from, and the subject (if in Verbose mode), but instead
  39. of getting a message number, they are told it has been deleted.
  40.  
  41.        The -s option will cause Master-WMail to be almost silent. I decided to
  42. add this option after seeing another DLG BBS have a main menu command to read
  43. tagged messages. It ran a WMail clone program to tag the messages first, and I
  44. thought that would be very painful if you had lots of mail waiting. The user
  45. will now only get the last 2 lines of the normal display, or nothing at all if
  46. there is no mail waiting for them.
  47.  
  48.        The -d option will ask the user if they wish to delete their
  49. 'WaitingMail.dat' file.
  50.  
  51.  
  52. Error output:
  53. ~~~~~~~~~~~~~
  54.        Should a fatal error occur with Master-WMail, the program will
  55. terminate cleanly.  A file in 'LOGS:' will be created which keeps track of
  56. error messages which are produced
  57.  
  58.  
  59. Program status:
  60. ~~~~~~~~~~~~~~~
  61.        Master-WMail is freeware. Use it as you please. Any bug reports or
  62. suggestions for improvements can be sent to me via Fido or UUCP:
  63.  
  64.               Phillip Eastham@3:622/406
  65.               phillip_eastham@kumear.apana.org.au
  66.  
  67.  
  68. Changes:
  69. ~~~~~~~~
  70.        Version 1.4  - First release to use dlg.library.
  71.                     - Now uses true hotkey input.
  72.  
  73.