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

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