home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume18 / mush / part01 / README < prev    next >
Text File  |  1991-04-21  |  29KB  |  584 lines

  1. /* @(#)README        (c) copyright 9/15/89    (Dan Heller) */
  2.  
  3. Author:
  4.     Dan Heller
  5.  
  6. Network addresses:
  7.     argv@sun.com        argv@monet.berkeley.edu.
  8.     argv@garp.mit.edu        dheller@ucbcory.berkeley.edu
  9.  
  10. When sending mail, mail to the addresses in the order given.
  11.  
  12. Contained is the source for "Mail User's Shell" (MUSH), a "Mail User
  13. Agent" (MUA) that is designed to manage electronic mail on most UNIX
  14. systems.  That is, mush is used by users to read mail, sort it, edit
  15. it, delete it, or use it to act as an interface to send mail to others.
  16. A Mail Transport Agent (MTA) is the program which mush communicates with
  17. that actually -delivers- mail.
  18.  
  19. Mush is copyright (c) 1986, 1987, 1988, 1989, 1990, 1991 by Dan Heller.
  20. All Rights Reserved.   This software is not in the public domain.
  21.  
  22. Redistribution of the unmodified source code is permitted as long as all
  23. copyright notices remain intact and all other identifying notices remain
  24. in the code and in the binary.  This includes message headers on outgoing
  25. mail and the startup message.  Future releases may extract the release
  26. version from the message headers of mush-originated messages to aid in
  27. implementing features and providing backwards compatibility with previous
  28. versions.  Modification of the source for personal use is permitted.
  29. Modifications sent to the authors are humbly accepted and it is their
  30. perogative to make the mods official.  Only the "official" sources may be
  31. redistributed and no sale of the code or any part thereof is permitted
  32. without written consent from the authors.  Further, no part of the code
  33. may be used in any other product, free or otherwise, without consent from
  34. the authors.
  35.  
  36. With that out of the way...
  37.  
  38. Mush runs on various flavors of unix.  To build mush, you should identify
  39. which unix you are running:
  40.  
  41.     Sun (all versions from 3.5 and higher).
  42.     BSD (versions 4.2 and up, or SunOS earlier than 3.5)
  43.     System-V / Version 7 / System III (Bell Labs)
  44.     Xenix (this might be tricky)
  45.  
  46. You will need to copy "config.h-dist" to config.h and edit it to reflect
  47. the system dependencies described there.  These consist of "compile-time
  48. definitions and macros."
  49.  
  50. When it comes to "compile-time definitions", you may use one of two methods:
  51.  
  52.     #define DEFINITION    /* in the config.h file */
  53.     -DDEFINITION    /* in your makefile */
  54.  
  55. If the definition is of the form MACRO="string", then use:
  56.  
  57.     #define MACRO string
  58.     -DMACRO=string
  59.  
  60. Note that if you use definitions in the makefile, you should remove the
  61. corresponding definitions from config.h -- if you do not, the config.h
  62. definitions will override the -D definitions.  The compiler will usually
  63. print a warning message if this happens, but the result will still be wrong.
  64.  
  65. ---------------
  66. Which makefile to use:
  67.  
  68. If you are on a Sun Workstation:
  69.  
  70.     makefile.sun applies only to suns and creates a binary called "mush."
  71.     If the binary ends in "tool", then the graphics (suntools) mode will be
  72.     used by default on invocation.  Otherwise, you must specify -t for
  73.     toolmode on sun workstations.  The SUNTOOL define is used in the
  74.     makefile.sun in order to compile the suntools version.  You DO need
  75.     to be running SunView; old SunWindows (2.0+) no longer works.  Be sure
  76.     to follow the notes in the makefile.sun for SunOS-4.0 machines.
  77.  
  78.     If you know that you're not going to use the suntools mode then you
  79.     should use makefile.bsd so that SUNTOOL won't be defined and unnecessary
  80.     files will not be compiled so the binary will be smaller.
  81.  
  82.     Whether or not you define SUNTOOL, you should define one of SUN_3_5,
  83.     SUN_4_0, or SUN_4_1 depending on your SunOS version.  If SUNTOOL is
  84.     the only thing defined, SUN_4_1 will be used.  If your version of
  85.     SunOS is older than 3.5, you can't use SUNTOOL, so go to makefile.bsd.
  86.  
  87.     You may also choose to define NO_WALK_MENUS to disable walking menus
  88.     for file names selectable from the "folder" and "save" command items.
  89.  
  90. If you are on a BSD UNIX machine:
  91.  
  92.     You should use the makefile.bsd makefile.
  93.  
  94. If you are using XENIX:
  95.  
  96.     There is one makefile for xenix: makefile.xenix.  However, SCO-xenix
  97.     runs on either 80286 or 80386 architectures.  This makefile has been
  98.     tuned for SCO's version of xenix.  This does not mean that it won't
  99.     work under other xenix versions -- however, some changes may have to
  100.     be made by hand.  If your xenix release is sco-xenix 2.2 or higher
  101.     then you must define USG. The libraries to use may be -ltinfo instead
  102.     of -lcurses -ltermlib.  This is because the curses package may use
  103.     termio instead of the sgtty data structure.  If you want to use termio
  104.     anyway, even if you're on an older xenix system (that supports termio),
  105.     then you may define USG anyway.
  106.  
  107.     Follow the hints in the makefile.xenix for compiling for 286 systems
  108.     or 386 systems.  It is *very likely* that the CFLAGS will have to be
  109.     modified -- specifically, the model size and the stack size options.
  110.     You should be very familiar with your xenix to know how to tune this
  111.     properly.
  112.  
  113. If you are on a System-V Bell labs machine:
  114.  
  115.     makefile.sys.v is for unix machines that are not running any flavor of
  116.     BSD and probably running a system-v flavor of unix -- this defines USG
  117.     so that termio will be used.
  118.  
  119.     SCO UNIX V.2.0 users should add -lx to OTHERLIBS in makefile.sys.v.
  120.     It may also be desirable to change MANDIR to /usr/man/man.C and
  121.     MANEXT to C in the makefile.  SCO UNIX V.3.2 users should avoid -lx
  122.     like the plague, and should define DIRECTORY and SELECT instead.
  123.  
  124.     MicroPort sys-v users should probably remove the -O compiler option
  125.     from the makefile, and may have trouble with the msg_bit() macro
  126.     defined in mush.h.  It should be fairly trivial to generate an
  127.     equivalent function.
  128.  
  129. If you are using Ultrix:
  130.  
  131.     Start with makefile.bsd.
  132.  
  133.     For Ultrix 2.2, change LIBES in makefile.bsd from
  134.     LIBES= -lcurses -ltermlib
  135.     to 
  136.     LIBES= -lcurses -ltermcap
  137.  
  138.     For Ultrix V3.0, use the standard makefile.bsd LIBES, but add
  139.     -DSIGRET=void
  140.     to the CFLAGS, or add
  141.     #define SIGRET void
  142.     to config.h (see discussion below).
  143.  
  144. If you are using HP-UX:
  145.  
  146.     Use makefile.hpux.
  147.  
  148.     Versions 6.5 and 7.0 of HP-UX (not to be confused with the same
  149.     version numbers of Mush) have the Berkeley-style directory access
  150.     libraries.  Those using older versions should omit -DDIRECTORY
  151.     from the CFLAGS.  This will cause the portable directory access
  152.     routines in that file to be compiled.
  153.  
  154. If you are using Apple A/UX:
  155.  
  156.     Use makefile.sys.v, and add -DAUX -DDIRECTORY to CFLAGS.
  157.  
  158.     Mush uses 4.2-BSD compatible signal handling when AUX is defined.
  159.  
  160. If you are using a hybrid BSD/SysV system:
  161.  
  162.     You may have to use a combination of many of the defines listed
  163.     throughout this file.  You may also have to add additional libraries
  164.     to the LIBS= in the appropriate makefile.  For example, to use the
  165.     bsd system calls such as select(), getwd(), the directory reading
  166.     routines ...  you may have to define additional parameters such as
  167.     -DSELECT, -DGETWD, -DDIRECTORY, ... and possibly add -lbsd.
  168.  
  169. Notes for some hybrid systems:
  170.     SGI workstations:
  171.     Silicon Graphics Iris workstations should add -DDIRECTORY to prevent
  172.     the portable directory routines from being compiled in.
  173.  
  174.     You may optionally add -DSELECT if you want to use the BSD style
  175.     select() function.  If you do this, you must also add -lbsd to the
  176.     LIBS macro definition in the Makefile.
  177.     You will also need to #include <sys/times.h> in curs_io.c.
  178.  
  179.     MIPS workstations:
  180.     These are also hybrid systems that may require additional hand-
  181.     configuration in order to work properly.  There seem to be
  182.     major differences between the last several releases, so your
  183.     milage may vary.  Currently, lock.c should be compiled with BSD
  184.     defined, but everything else should be SYSV.  -DGETWD should be
  185.     used and -lbsd may have to be added to LIBS in the Makefile.
  186.  
  187. When you decide on an appropriate makefile, _copy_ it to a new file called
  188. Makefile _before_ making any of local changes.  Please read the following
  189. sections for addtional configuration information.  In addition to changing
  190. compilation options as appropriate, you should examine the rules for the
  191. "install:" target.  Running "make" will NOT use this target by default;
  192. it is provided for your convenience only.
  193. ---------------
  194.  
  195. Your Mail Transport Agent:
  196. Sendmail:
  197.     Mush was originally designed to use sendmail as the Mail Transport Agent.
  198.     However, other MTA's will work.  The MTA you use should be defined in
  199.     config.h under the MAIL_DELIVERY macro define. By default,
  200.         /usr/lib/sendmail -i
  201.     is used -- the option, -i, tells sendmail not to accept "." on a line
  202.     by itself as an end-of-file marker.  This has been obsleted by "-oi",
  203.     but "-i" still works and is backwards compatible with older sendmails.
  204.  
  205. Delivermail:
  206.     Some mailers such as delivermail and MMDF use special strings to separate
  207.     messages stored in a folder.  Older delivermail versions would use "^C".
  208.     Whatever your system uses, if it is NOT "From " (just the first 5 chars
  209.     on a line matching "From "), then this string should be defined in
  210.     config.h with the MSG_SEPARATOR macro.
  211.  
  212. MMDF:
  213.     NOTE: MMDF sites can define MMDF and not worry about MSG_SEPARATOR.  See
  214.     config.h-dist if you run MMDF.
  215.  
  216.     Since MMDF can deliver users' mail in their home directories, there is
  217.     a define to specify this option: -DHOMEMAIL
  218.  
  219.     Since MMDF uses its own libraries to do file locking, you should add the
  220.     appropriate library to the LIBS list in your makefile.
  221.  
  222.     MMDF sites should probably NOT define PICKY_MAILER (see below).
  223.  
  224. All others:
  225.     Chances are, your MTA uses the "From " format to separate messges in
  226.     a folder.  This includes, /bin/mail, rmail, smail, execmail, and so on.
  227.     Unless you *know* otherwise, assume this to be the case with your MTA.
  228.  
  229.     If no MSG_SEPARATOR is specified, what mush looks for is a pattern of
  230.     From <string> <date format>
  231.     The "string" is usually the return address of the sender and the date
  232.     format is supposed to be in ctime(3) format.  Even still, some MTAs
  233.     don't conform completely to this standard and vary slightly in
  234.     implementation.  The function load_folder() (which reads in messages)
  235.     contains a scanf which looks for this format to verify that this is
  236.     indeed a new message being scanned.  If you install mush and find that
  237.     you are entering a shell, but mush indicates there are no messages in
  238.     the folder, it could be that you have a weird "From " line format and
  239.     the scanf() call needs to be either modified or removed.
  240.  
  241.     Machines that use mail transfer agents that *do not* use a colon-less
  242.     "From " line as a message separator should #define in config.h the string
  243.     MSG_SEPARATOR.  Since this string is usually control characters, you
  244.     need to specify actual ascii values for those characters.  Users of MMDF,
  245.     for example, may use "\001\001\001\001" since some mmdf versions use four
  246.     control-A's to separate messages.  This message separator assumes that
  247.     there is a carriage return at the end of the string.  Systems that use
  248.     sendmail need not concern themselves with this define.  MSG_SEPARATOR
  249.     should not contain a newline, except for MMDF.  The MSG_SEPARATOR must
  250.     match a complete line; a prefix will not work.
  251.  
  252. #defines specifically for your MTA:
  253.  
  254. MSG_SEPARATOR
  255.     See the discussion above.
  256.  
  257. UUCP
  258.     This should be defined if your MTA does not automatically create a
  259.     From: header *and* your machine talks to other computers via uucp.
  260.     If defined, the From: line created specifies the user's address in
  261.     UUCP format (host!user).  Otherwise, arpa format is used (user@host).
  262.     Also, return addresses generated from RFC822 route specs will be put
  263.     in UUCP format with a complete path.
  264.  
  265. MTA_EXIT
  266.     The exit code of a successful delivery of a message by your MTA.
  267.     This is typically 0, but MMDF sites should define 9 (see config.h-dist).
  268.  
  269. NO_COMMAS
  270.     If your mailer does *NOT* like commas between addresses (smail sites,
  271.     xenix and sys-v machines), then you should define NO_COMMAS.  Otherwise,
  272.     you will get mailer-daemon [type] messages back when trying to send mail
  273.     to multiple users.  Sendmail should not normally need this, but early
  274.     versions of SunOS 4.1 were shipped with a broken sendmail configuration
  275.     and require NO_COMMAS anyway.
  276.  
  277. VERBOSE_ARG
  278.     If your mailer does NOT have a verbose option, then you should not have
  279.     VERBOSE_ARG defined.  Otherwise, define it to be whatever the verbose
  280.     argument is for your mailer.  The default is -v.
  281.  
  282. METOO
  283.     Sendmail uses the -m argument to say, "metoo" -- when sending to sendmail
  284.     aliases (e.g. mailing lists), sendmail will expand the alias, but if your
  285.     address appears in the expansion, you are excluded from getting your own
  286.     mail.  However, if you have the variable metoo set with your variables,
  287.     then the METOO argument is passed to sendmail to say, "I know I'm on this
  288.     mailing list, but send me a copy of my message even tho I sent it."  For
  289.     sendmail, this is -m.  If your mailer uses something else, then define
  290.     METOO_ARG in the config.h file.  If you don't have it (sys-v), then this
  291.     should not be defined.
  292.  
  293. PICKY_MAILER
  294.     Most RFC822 compliant mailers (sendmail) will add the headers From:
  295.     and Date: on outgoing mail.  If the user or UA sends these headers,
  296.     most MTAs will not append them automatically.  However, there are
  297.     certain MTAs which will not allow this -- these "picky mailers" will
  298.     precede such headers with a '>' and make the headers very ugly and
  299.     somewhat redundant or contradictory.  It's hard to determine whether
  300.     or not your MTA will do this without actually sending mail to yourself.
  301.     However, it is advised to set this *unless* your mailer is not RFC822-
  302.     compliant (used to be defined by OLD_MAILER in previous mush releases).
  303.  
  304.     PICKY_MAILER should NOT normally be defined when MMDF is defined.
  305.  
  306. DOT_LOCK
  307.     Different systems use different locking mechanisms.  By default,
  308.     mush uses one of flock(), locking(), or lockf() (depending on your
  309.     system).  Some  systems use a file called the same name as the file
  310.     you're locking with an appended ".lock" at the end (some Xenix's use
  311.     /tmp/$USER.mlk).  If you define DOT_LOCK, mush will first check for the
  312.     .lock file.  If it exists, mush loops until it goes away and then mush
  313.     creates it mode 600.  Regardless of whether you use dot-locking, mush
  314.     will continue to try to use flock(), or whatever.
  315.  
  316.     Dot-locking requires mush to have write access to the directory where
  317.     your mailbox exists.  Normally, this directory isn't writable by the
  318.     average user, so to do this you may have to sgid mush to the group id
  319.     of the owner of that directory.  Mush will get the effective gid at the
  320.     beginning of the program and immediately reset it to your real gid until
  321.     the time it needs to lock the file occurs.  It changes back to the sgid,
  322.     locks, then returns to normal.  There shouldn't be a security problem.
  323.  
  324.     If you don't know what any of this means, ignore DOT_LOCK.
  325.  
  326.     Another warning is that some MTA's don't even follow their own protocol.
  327.     System V, it has been reported, creates the .lock file without checking
  328.     to see if it exists (therefore ruining someone else's lock).
  329.  
  330. ---------------
  331. Signals:
  332.  
  333. SIGRET
  334.     When signals occur in unix, the program can identify a function to be
  335.     called whenever a specific signal interrupts the process.  That function
  336.     returns one of two types in unix: int and void.  Because the return value
  337.     of this function is always ignored, many unix systems are converting
  338.     their definition of this function from int to void.  Mush has a define:
  339.     SIGRET which defines what the function should return.
  340.  
  341.     By default, SIGRET is defined to be "int", except for SunOS4.0, where
  342.     it is defined to be "void".
  343.  
  344.     Some System-V, some Ultrix and some Xenix machines should also define
  345.     SIGRET to be void.  If you don't know, leave it alone.  If you guess
  346.     wrong, you will get compiler "warnings" on lines that read:
  347.     on_intr();
  348.     off_intr();
  349. ---------------
  350. Memory allocation:
  351.  
  352. INTERNAL_MALLOC
  353.     Mush depends on the xfree() function to detect invalid pointers, so
  354.     that they will not be incorrectly passed to free().  Some system
  355.     organizations make this very difficult, if not impossible.  80286-based
  356.     machines in certain memory models, AT&T 3b2s and 3b15s, and others have
  357.     these difficulties; VAX, Sun, Sequent, Apollo, and most 680x0 and many
  358.     80386-based machines do not.  Changes have been made to xfree() to
  359.     handle the AT&T machines, but if you aren't sure about your machine,
  360.     or if you get unexpected segmentation faults, define INTERNAL_MALLOC.
  361.     SysV users may want to define this anyway, because the internal malloc
  362.     may be faster than the default malloc(3).
  363.  
  364.     By default, INTERNAL_MALLOC is undefined.
  365.  
  366. ---------------
  367. Miscellaneous defines:
  368.  
  369. TIMEZONE
  370.     If this is defined, the string it is defined to is used as your timezone
  371.     regardless of what the system thinks your timezone is.  This is intended
  372.     for systems which have no functions for determining the timezone.  On
  373.     newer Gould BSD 4.3 systems, it is safe to use
  374.         #define TIMEZONE T->tm_zone
  375.     On other systems, it is better to define TIMEZONE as a string, e.g.
  376.         #define TIMEZONE "PST"    /* Or "-0800" for international */
  377.  
  378. DAYLITETZ
  379.     This should be defined to your Daylight Savings Time timezone string if
  380.     and only if you also define TIMEZONE (above).  Do not define this if you
  381.     use the Gould tm_zone.
  382.  
  383. USA
  384.     If you are in the United States of America or nearby parts of North
  385.     America and you want your timezones to be generated as three-letter
  386.     acronyms (EST, CDT, etc.) you can define USA.  Otherwise, generated
  387.     timezones will be expressed as offsets from Universal Time (GMT).
  388.     It is recommended that you avoid defining USA.  Mush will do its best
  389.     to comprehend TLA timezones on incoming mail, regardless of USA.
  390.  
  391. VPRINTF
  392.     This should be defined if your system has the vprintf functions. You
  393.     *have* these functions if you are running:
  394.     o system V
  395.     o xenix
  396.     o Sun release 3.0 or higher.
  397.     o BSD 4.3-tahoe, 4.3-reno, or 4.4.
  398.     If you are still not sure, try the following command from your shell:
  399.  
  400.     % ar t /lib/libc.a | grep 'v.*printf'
  401.  
  402.     If you have it, you'll probably get something like
  403.     vprintf.o
  404.     vsprintf.o
  405.     as output.  If you don't have it, you won't have any output.  If your
  406.     main C-libraries are not in /lib/libc.a, then find where they are and
  407.     try the same command using that file.  BSD machines before 4.3-tahoe
  408.     do not have vprintf().
  409.  
  410. GETWD
  411.     This should be defined if your system uses the getwd() system call, as
  412.     opposed to getcwd(), and your system is not a BSD system (e.g. MIPS).
  413.  
  414. ---------------
  415. The sprintf() function:
  416.     If you *know* your system's sprintf returns a char *, you can remove the
  417.     #define sprintf Sprintf
  418.     in strings.h.  Careful, not all BSD4.3 machines are alike!  If you don't
  419.     know for sure, don't change this define.
  420.  
  421. ---------------
  422. Regular expression defines:
  423.     Some systems have regcmp/regex as their regular expression matching
  424.     routines while others have re_comp/re_exec -- If you have regcmp,
  425.     you should define REGCMP so that you will use the routines regcmp()
  426.     and regex() as the regular expression composer/parser.  REGCMP should
  427.     normally be defined for xenix and System-V Unix.  If you don't have
  428.     REGCMP defined, then the routines re_comp() and re_exec() are used
  429.     (this is the default for mush).
  430.  
  431.     Note that some systems do not have either set of routines in the default
  432.     libraries.  You must find the library to use and add it to the list of
  433.     libraries to use.  If this is the case, your link will fail with the
  434.     errors that regex and re_comp are undefined functions.  Read your man
  435.     page for regex(3) to find where to locate those libraries.
  436.  
  437. ---------------
  438. The Berkeley directory(3) routines:
  439.     If your system has directory access routines compatible with BSD Unix
  440.     (opendir, readdir, closedir) you should define DIRECTORY in either the
  441.     makefile or config.h.  This is already reflected in the makefile.hpux.
  442.     See the notes above for other Sys-V-ish systems that may require this.
  443.     If DIRECTORY is not defined, replacement routines in glob.c are used.
  444.  
  445. ---------------
  446. The select() function call:
  447.     Mush uses select() to implement macros, mappings and bindings.  If your
  448.     system is a BSD system, then this is defined for you.  However, with the
  449.     advent of hybrid bsd/sys-v systems, you may not be able to set BSD, but
  450.     you know you still have select() --for such systems, define SELECT in
  451.     your makefile or in config.h.  For example, SGI systems require this.
  452.  
  453.     Newer xenix machines have this as so some system-v machines.  If you don't
  454.     define one of BSD or SELECT, mush will use another function although not
  455.     as optimal as select().
  456.  
  457. ---------------
  458. The default Mushrc startup file:
  459.     A default mushrc should be installed, containing local configuration
  460.     information (aliases or variable settings).  This can also provide
  461.     first-time users with a more friendly interface.  UCB mail's default
  462.     Mail.rc works, but no default file works also.  The location of the
  463.     default file should be defined in config.h.  To have no default Mushrc,
  464.     set the default to /dev/null.
  465.  
  466.     The Mushrc file supplied with the mush distribution is heavily commented
  467.     and uses several of mush's features in setting up the interface.  THIS
  468.     FILE IS NOT INTENDED TO BE USED WITHOUT LOCAL MODIFICATIONS!  If you
  469.     use this file, you should modify it so settings of the variables MAILRC,
  470.     ALTERNATE_RC, and ALT_DEF_RC correspond to the definitions in your
  471.     config.h file.  You should also examine and possibly delete the help
  472.     section for new users (creates the .mushuser/.mushexpert files), which is
  473.     included mainly as an example.  The Mushrc is designed to source the
  474.     ALT_DEF_RC, which is usually equivalent to the UCB mail Mail.rc.  This
  475.     eases the transition to mush for UCB sites, and allows aliases and
  476.     settings that should apply to both mush and mail to reside in a single
  477.     file.  UUCP sites may also want to uncomment the line which sets the
  478.     auto_route and known_hosts variables; be sure to modify known_hosts to be
  479.     an accurate list of your UUCP mail neighbors.
  480.  
  481.     Important Note to sys-v'ers who can't get their hostname from utsname(2)
  482.     (xenix, more?), the hostname should probably be set in the default Mushrc
  483.     defined in config.h.    set hostname=whatever
  484.  
  485.     If your system has a LAN or UUCP name returned by gethostname(3) and
  486.     an additional network mail (domain) name, you probably want to add the
  487.     domain name to the value of hostname.   set hostname="domain $hostname"
  488.     (where "domain" is your local domain name).  Sometimes, the domain name
  489.     is listed among the alternate names for the machine, which mush is able
  490.     to look up, but will not be the first name mush finds.  Since mush uses
  491.     the first name listed in $hostname when constructing From: lines and
  492.     the like, you may need to use a "set" in Mushrc to rearrange the list.
  493.  
  494.     For sun systems, the sun Mail Mailrc (/usr/lib/Mailrc) does not work
  495.     very well because sun's Mail is not standard /usr/ucb/Mail.  For this
  496.     reason, sun for many years did not change the default Mail.rc, which
  497.     still resides in /usr/lib/Mail.rc (note this has the "." whereas the
  498.     other file does not).  The default config.h-dist reflects this.  In
  499.     recent versions of SunOS, things like "if t" and "set |=" have begun
  500.     to creep into Mail.rc, which may cause mush to behave oddly.  Avoid
  501.     sourcing $ALT_DEF_RC in Mushrc if this is the case, and consider
  502.     changing the definition of ALT_DEF_RC in config.h.
  503.  
  504.     There is a supplied Mailrc file with mush, but this is only intended to
  505.     be used as an example of how to make mush look like ucbMail.  This is a
  506.     _reduction_ in functionality and its usage is not encouraged.  It is
  507.     provided for those who wish to "invisibly" replace UCB mail with mush.
  508.  
  509.     There is a Gnurc file, also supplied as an example, which can aid in
  510.     making mush's curses mode appear similar to gnu-emacs (NOT Rmail).
  511.  
  512.     The files sample.mushrc and advanced.mushrc are intended as samples of
  513.     individual users' ~/.mushrc files.  There is some overlap from Mushrc
  514.     in sample.mushrc; in particular, if you use Mushrc as the default file,
  515.     the sample.mushrc need not source ~/.mailrc.
  516.  
  517. ---------------
  518. Help files:
  519.     The help files should be placed somewhere which is readable and accessible
  520.     by all.  Failing to do so removes virtually the entire help facility's
  521.     ability to help anyone.  There is a help file (cmd_help) for command help
  522.     (e.g. "command -?"), and the file tool_help is for the graphics mode (Sun
  523.     workstations only).  You should define where you want these files in
  524.     config.h so at runtime, they can be accessed without error.  If for some
  525.     reason you can't define a location at run-time, you can change Mushrc
  526.     to set the variables $cmd_help and $tool_help to the correct locations.
  527.  
  528. ---------------
  529.  
  530. You should now be able to run make.  You may wish to use the target "install"
  531. to put the mush binary and the help and init files in their proper places; be
  532. sure to correct the destination directories in the Makefile you have selected,
  533. and to doublecheck file path names in the init files.
  534.  
  535. ---------------
  536. Maintenance:
  537.  
  538. If you want to use dbx or any other debugger, or to use your default tty
  539. driver, -e should be used as command line argument when you run the program.
  540. What this flag does is prevents your echo from being turned off and leaving
  541. cbreak off, thus, keeping your tty in a sane state.  This prevents the use
  542. of mappings and macros (map and map!).  However, curses mode will automatic-
  543. ally disable that mode.  The -e flag is highly discouraged.
  544.  
  545. If you have memory allocation checking and validation (sun 3.0+ ?) then
  546. define M_DEBUG in the makefile (main.c) and add the library
  547. /usr/lib/debug/malloc.o to the library list. Do this only if you
  548. find bugs in the program and suspect memory allocation errors. main.c
  549. has the code which sets the debugging level according to the value of
  550. an environment variable.  Because malloc-debugging is so cpu intensive,
  551. the tool mode program may get a SIGXCPU (cpu time limit exceeded)
  552. because of the large amount of opening and closing large pixrects and
  553. devices.  For this reason, SIGXPCPU is is caught in main.c.
  554.  
  555. The "warning" variable may be set (at runtime in your .mushrc or as
  556. a command: "set warning") to aid in finding runtime errors that aren't
  557. fatal.  You can also use the "debug" command:
  558.     debug 1    --    general trace messages
  559.     debug 3    --    verbose messages, MTA disabled
  560.     debug 4    --    really verbose messages
  561.     debug 5    --    free() disabled
  562.  
  563. If you ever get "Message N has bad date: <date string>" then note
  564. the FORMAT of that date and edit dates.c.  There are a number of
  565. "sscanf"s which you can see match known date formats.  Use them as
  566. examples and insert the new date format you have.
  567.  
  568. If Mush ever coredumps and you are suspicious about whether or not
  569. your folder (or spool directory) was removed, or if you were editing
  570. a letter, you should check for the files .mushXXXXXX and .edXXXXXXX.
  571. Unless something incredibly awful has happened, Mush won't die without
  572. asking if you want to save the .mushXXXXX file and if you actually want
  573. it to dump core.  Note that if you run mush from .suntools and there is
  574. a core dump, it probably wants to do some IO with the console and may
  575. hang (not exit) because it doesn't know it can't talk to you.  If mush
  576. is killed by SIGHUP, it won't remove the .mushXXXXXX file, but it won't
  577. tell you about it either (unfortunately).
  578.  
  579. Bare-bones line-mode mush (no CURSES) and tool mode (SUNTOOL) pass lint
  580. with a small number of errors, mostly about long assignments losing accuracy.
  581. The SysV code has not been linted as thoroughly as the rest.  Curses doesn't
  582. lint very well, but even when you lint mush with CURSES defined, it mainly
  583. complains about the unused curses globals in curses.h.
  584.