1 ================================================================================
5 (c) 2005--2007 Martin Mares <mj@ucw.cz>
7 ================================================================================
9 Checkmail is nothing more than a smart textual menu allowing easy browsing
10 through a set of mailboxes, displayed together with numbers of all messages
13 It can be freely used and distributed according to the terms of the GNU General
14 Public License version 2, as published by the Free Software Foundation.
16 Requirements: libncurses and a decent C99 compiler (preferably GCC).
20 arrow keys / vi-like movement moves through the list
21 ENTER invokes mutt (or a program specified
22 with the -m option) on the current box
23 TAB jumps to the next mailbox with some new
24 messages (mailboxes with higher priority
26 ` TAB in reverse direction
27 Ctrl-R forces full reload of the list (otherwise,
28 it gets updated incrementally)
30 0...9 sets minimum priority of mailboxes to show
32 b, B enable/disable beeping
36 cm -i display just the inbox
37 cm -i '~/Mail/*_list' display inbox and all mailing lists
38 cm -i '~/Mail/*_list' -oINBOX=1t highlight the inbox and prefer it on TAB
42 - CheckMail currently does no mailbox locking, but the incremental update mechanism
43 is able to recover from mailboxes caught in the middle of mail delivery. Will be
46 Please send all bug reports and suggestions to mj@ucw.cz.