				MSG 3.1

Files contained within this release are;

Instructions	-  how to make the entire system
Makefile	-  entire system make file
README          -  this file

in directory "bin"
  makelisting	-  tool to help create nice listings

in directory "doc"
  Alias.guide   -  A short guide on using the alias system
  Config.guide	-  A Guide on how to configure the MSG system
  Msg.guide	-  The Users guide on the mail system
  answer.1	-  The manual entry for the 'answer' command
  autoreply.1	-  The manual entry for the 'autoreply' command
  checkalias.1	-  The manual entry for the 'checkalias' command
  fastmail.1	-  The manual entry for the 'fastmail' command
  from.1	-  The manual entry for the 'from' command
  helpfile	-  The MSG system main helpfile
  msg.1		-  The manual entry for the 'msg' command
  msgrc.sample	-  A sample '.msgrc' file for reference
  newalias.1	-  The manual entry for the 'newalias' command
  newmail.1	-  The manual entry for the 'newmail' command
  printmail.1	-  The manual entry for the 'prntmail' command
  readmsg.1	-  The manual entry for the 'readmsg' command
  snd.1		-  The manual entry for the 'snd' command
  	
in directory "hdrs"
  curses.h	-  Include file for the cursor control library
  defs.h	-  Generic defines,  stuff like string lengths
  headers.h	-  External routine global variable defs
  msg.h		-  Main routine global variable defs
  sysdefs.h	-  System dependent defines.   Alter for your site!

in directory "src"
  Makefile	-  The make file for the MSG mailer itself...
  addr_utils.c  -  Utilities for manipulating addresses
  alias.c	-  The main alias routines
  aliasdb.c	-  The alias database (pathalias) routines
  aliaslib.c	-  Utility routines for the alias routines
  args.c	-  Starting arguments parsing routines
  curses.c	-  The cursor control package
  date.c	-  Routines that deal with dates and/or times
  delete.c	-  Delete message routines
  encode.c	-  Crypt/decrypt routines
  file.c	-  File related commands
  file_utils.c	-  Utilities to do with files
  fileio.c	-  Reading and/or writing files
  hdrconfg.c	-  Edit message headers on outbound mail
  help.c	-  Help routine
  initialize.c  -  Initialize the system
  input_utils.c -  Utilities for data (keyboard) input
  mailout.c     -  Send a message
  mailtime.c    -  When did we last read mail and so on
  mkhdrs.c      -  Create outgoing message headers 
  msg.c	        -  The main program!
  newmbox.c	-  Read in a new mailbox
  notesfile.c   -  Notes-related routines
  options.c     -  Alter options
  output_utils.c-  Utilities for data (screen) output
  pattern.c     -  Pattern matching routines
  quit.c	-  Quit, removing deleted messages, etc
  read_rc.c	-  Read the users ".msgrc" file
  reply.c	-  Reply or Forward mail
  return_addr.c -  Compute return address, full or compressed
  screen.c	-  Screen oriented routines
  showmsg.c	-  Show the current message on the screen
  strings.c	-  General string library
  syscall.c	-  Make calls to the system
  validname.c	-  Check to see if the specified name is a legal address

in directory "test"
  test.mail	-  Mail with all sorts of return addresses & headers
  test.notes	-  Notes for testing too

in directory "utils"
  answer.c	-  Answering machine interface (for secretaries)
  arepdaemon.c	-  Daemon works in conjunction with autoreply
  autoreply.c	-  Automatically reply to users mail (vacation, etc)
  cutfile.c	-  Extract a specified piece of a file (internals)
  fastmail.c	-  Batch mail interface. 
  from.c	-  Display who messages are from in specified mailbox
  newalias.c	-  Install new aliases
  newmail.c	-  Daemon to keep you notified of new mail
  printmail.c	-  Interface to allow graceful printing of mailboxes
  readmsg.c	-  Read a specific message NOW
  snd.c		-  send a message without overhead of starting MSG
