




     Introduction
     ------------
          MSGVIEW is  a little program  I put together  to view  .MSG files
     used in Net/Echo mail.

     Usage
     -----
          Run MSGVIEW  and you'll be  presented with  a directory  display.
     Use the  cursor up/down keys to move around the display.  Escape exits
     the program.   Hitting Enter  on a .MSG  file will go  to the  message
     viewer. Otherwise, hitting enter will cause a directory/drive change.

     Message Viewer
     --------------
          You will see the  message displayed on your screen  including the
     complete message header  as defined  in FTS-0001.014.   The  following
     keys may be used to view the message:

     Cursor Up   -  Move up a line.
     Cursor Down -  Move down a line.
     Enter       -  Edit the current line.
     Insert      -  Insert a line before the current line.
     Delete      -  Delete current line.
     'A'         -  Edit attributes - To  edit attributes, enter the number
                    you wish to toggle.  Enter a "-1" to end editing.
     'S'         -  Edit the subject.
     'D'         -  Edit the date.  Use this with caution as the date needs
                    to  be  in  a  certain  format  in  order  to  be  FTSC
                    compatible.
     'P'         -  Edit the replyto field.
     'N'         -  Edit the nextreply field.
     'F'         -  Edit the from field.
     'T'         -  Edit the to field.
     'O'         -  Edit the origin address (net/node).
     'I'         -  Edit the destination address (net/node).
     'C'         -  Edit the cost field.
     'R'         -  Edit the times read field.
     ESC         -  Finish viewing.

     Editing the Data
     ----------------
     cursor left/right to move
     Delete deletes the current character
     Backspace deletes the previous character
     Insert toggles insert mode
     Control-End deletes to the end of the line.
     Enter - Finish editing.




     Notes
     -----
     1. Feel free to distribute this program to anyone who wants it.
     2. The editing features are provided in case you need to manually edit
        MSG files for them to be imported/mailed properly.
