This program lists the number of total, old unread, and new messages
for a mailbox. Consider this a quick command-line replacement
for xbuffy. The program support the mbox, MMDF, MH, and Maildir formats.

This program has been tested to compile and work reasonably well
with curses and ncurses, on Debian GNU/Linux (x86), AIX (PPC),
Solaris (UltraSparc), and Irix (MIPS). Tested compilers are
gcc, xlc, and MIPSpro.


Compatibility notes:

Other compilers than gcc
------------------------

CC=your compiler
WARNINGS=<warnings more suitable for your compiler>


curses instead of ncurses
-------------------------

CURSES=curses


No curses installed at all
--------------------------

USE_CURSES=


curses that lacks vw_printw
---------------------------

NO_VW_PRINTW=1


curses that needs to link with termcap
--------------------------------------

CURSES_TERMCAP=-ltermcap


No NLS support (gettext)
------------------------

USE_NLS=


locale-files stored somewhere else than /usr/share/locale/
----------------------------------------------------------

LOCALEDIR=<locale-dir>


non-glibc system that does not have GNU getopt installed
--------------------------------------------------------

USE_LOCAL_GETOPT=1


getopt.c, getopt1.c, and getopt.h are
Copyright (C) 2002 Free Software Foundation, Inc.
and are licensed under the GNU Lesser General Public License.

The rest of the program is
Copyright (C) 2003 David Weinehall
and is licensed under the GNU General Public License.
