================================================================================ Checkmail @VERSION@ (c) 2005--2008 Martin Mares ================================================================================ Checkmail is nothing more than a smart textual menu allowing easy browsing through a set of mailboxes, displayed together with numbers of all messages and new messages. It can be freely used and distributed according to the terms of the GNU General Public License version 2, as published by the Free Software Foundation. Build requirements: libncurses, locales and iconv and a decent C99 compiler (preferably GCC). For full UTF-8 support libncursesw is necessary, options for controlling XKB leds need libX11. See Makefile for several build-time switches. Usage: see `cm --help' Keys: q / Ctrl-C quit arrow keys / vi-like movement moves through the list ENTER invokes mutt (or a program specified with the -m option) on the current mailbox TAB jumps to the next mailbox with some new messages (mailboxes with higher priority are preferred) ` TAB in reverse direction Ctrl-R forces full reload of the list (otherwise, it gets updated incrementally) Ctrl-L redraw screen 0...9 sets minimum priority of mailboxes to show (0=show all) b, B enable/disable beeping activate a specific mailbox and invoke mutt on it (hotkeys are defined as mailbox options and they override the default key bindings) Examples: cm -i display just the inbox cm -i '~/Mail/*_list' display inbox and all mailing lists cm -i '~/Mail/*_list' -oINBOX=1t highlight the inbox and prefer it on TAB Caveats: - CheckMail currently does no mailbox locking, but the incremental update mechanism is able to recover from mailboxes caught in the middle of mail delivery. Please send all bug reports and suggestions to mj@ucw.cz. Have fun Martin