MultiMail installation procedure
================================

0. Make sure any needed packages are installed --
    Most of the auxiliary programs that MultiMail uses are standard Unix
    tools, but you'll also need InfoZip (and/or LHA, ARJ, etc.) to
    uncompress the packets and compress the replies. You can get it at:

    ftp://ftp.uu.net/pub/archiving/zip/

    To compile MultiMail, you'll also need ncurses. If you don't have it
    already, you can get it from:

    ftp://ftp.clark.net/pub/dickey/ncurses/

    (If you're using Linux, odds are you already have both of these.)
    Also, bear in mind that MultiMail needs the C++ standard libraries,
    not just C.

1. Configure it (for compilation) --
    Check the options and paths in the Makefile. If your ncurses header
    file is not in /usr/include/ncurses/curses.h, change CURS_INC as
    appropriate. If the ncurses library is not in the linker's search
    path, specify the directory in CURS_LIB.

2. Compile MultiMail --
    At the base directory, type: make

3. Run it --
    Type: ./mm

4. (Optional:) Configure it (for end user) --
    Edit the ~/.mmailrc file.

5. (Optional:) Install it system-wide --
    Type: make install
    to install the manual and binary under /usr/local
    (requires root access).

See the man page (mmail.1) and README for more information.
