home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume12 / mush / part00 next >
Text File  |  1990-05-05  |  4KB  |  114 lines

  1. Newsgroups: comp.sources.misc
  2. subject: v12i028: Mush (manifest + intro)
  3. from: argv@Eng.Sun.COM (Dan Heller)
  4. Sender: allbery@uunet.UU.NET (Brandon S. Allbery - comp.sources.misc)
  5.  
  6. Posting-number: Volume 12, Issue 28
  7. Submitted-by: argv@Eng.Sun.COM (Dan Heller)
  8. Archive-name: mush/part00
  9.  
  10. The MUSH distribution is made up of 19 shar files.
  11. After you extract all the files, you must glue together
  12. two files that were to big to fit into one shar file.
  13.  
  14.     % cat mush.1.[abc] > mush.1
  15.     % cat mail.c.[ab] > mail.c
  16.  
  17. Contained is the source for "Mail User's Shell" (MUSH), a "Mail User
  18. Agent" (MUA) that is designed to manage electronic mail on virtually
  19. all UNIX systems including BSD, system V, xenix, HPUX, AUX, AIX, and
  20. so on.
  21.  
  22. Mush is used by users to read mail, sort it, edit it, delete it, or
  23. use it to act as an interface to send mail to others.
  24. It is designed to be as fully compatible with ucb-Mail and other mail
  25. agents as possible while providing much of the functionality provided
  26. by MH and other mailers.
  27.  
  28. There is a csh-style tty interface (complete with history, command line
  29. aliases, piping and file completion), a configurable vi/emacs style
  30. "curses" interface and a sunview windows interface.  All three can
  31. be used from the same working binary.
  32.  
  33. Mush works with sendmail, MMDF, smail, execmail (xenix) delivermail
  34. and other homebrew mail transport agents.
  35.  
  36. Please read the README file for detailed information ranging from
  37. copyrights to installation instructions.  The newsgroup comp.mail.mush
  38. carries an ongoing discussion of mush usage, features, bugs and other
  39. related information. For those of you who cannot get that newsgroup,
  40. please mail to mush-users-request@garp.mit.edu and you can be added
  41. to a mailing list that is identical to that newsgroup.
  42.  
  43.  
  44.    File Name        Archive #    Description
  45. ----------------------------------------------------------
  46.  mush                       1    
  47.  mush/Gnurc                19    
  48.  mush/Mailrc               19    
  49.  mush/Mushrc               18    
  50.  mush/README               12    
  51.  mush/README-7.0           15    
  52.  mush/README-7.1           17    
  53.  mush/addrs.c               7    
  54.  mush/advanced.mushrc      19    
  55.  mush/bind.c               14    
  56.  mush/bindings.h           19    
  57.  mush/cmd_help              4    
  58.  mush/commands.c            6    
  59.  mush/config.h-dist        19    
  60.  mush/curs_io.c             6    
  61.  mush/curses.c             10    
  62.  mush/dates.c              16    
  63.  mush/digestify            19    
  64.  mush/doproc.c              9    
  65.  mush/execute.c            19    
  66.  mush/expr.c               18    
  67.  mush/file.c               16    
  68.  mush/fkeys.c               8    
  69.  mush/folders.c            14    
  70.  mush/glob.c               15    
  71.  mush/glob.h               19    
  72.  mush/hdr_sw.c             17    
  73.  mush/hdrs.c               13    
  74.  mush/init.c                4    
  75.  mush/lock.c               19    
  76.  mush/loop.c                5    
  77.  mush/macros.c             18    
  78.  mush/mail.c.a              9    
  79.  mush/mail.c.b             12    
  80.  mush/mail.icon.1          19    
  81.  mush/mail.icon.2          19    
  82.  mush/main.c               18    
  83.  mush/makefile.bsd         11    
  84.  mush/makefile.hpux        19    
  85.  mush/makefile.sun          2    
  86.  mush/makefile.sys.v       19    
  87.  mush/makefile.xenix        3    
  88.  mush/malloc.c             17    
  89.  mush/misc.c               11    
  90.  mush/misc_frame.c         17    
  91.  mush/msgs.c               11    
  92.  mush/mush.1.a              2    
  93.  mush/mush.1.b              3    
  94.  mush/mush.1.c              1    
  95.  mush/mush.1.d              8    
  96.  mush/mush.h               10    
  97.  mush/options.c            18    
  98.  mush/options.h            15    
  99.  mush/panels.c             15    
  100.  mush/pick.c                5    
  101.  mush/print.c              18    
  102.  mush/sample.mushrc        16    
  103.  mush/setopts.c            13    
  104.  mush/signals.c            14    
  105.  mush/sort.c               18    
  106.  mush/strings.c            17    
  107.  mush/strings.h             1    
  108.  mush/tool.c               16    
  109.  mush/tool_help             8    
  110.  mush/tooledit.c           13    
  111.  mush/version.h            10    
  112.  mush/viewopts.c            7    
  113.  
  114.