]> mj.ucw.cz Git - checkmail.git/blob - README
a4d49e7d11dde96dbedbb447f79e2cedd2ff459f
[checkmail.git] / README
1 ================================================================================
2
3                                  Checkmail @VERSION@
4
5                        (c) 2005 Martin Mares <mj@ucw.cz>
6
7 ================================================================================
8
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
11 and new messages.
12
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.
15
16 Requirements: libncurses and a decent C99 compiler (preferably GCC).
17
18 Keys:
19         q                               quit
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
25                                         are preferred)
26         `                               TAB in reverse direction
27         Ctrl-R                          forces full reload of the list (otherwise,
28                                         it gets updated incrementally)
29         Ctrl-L                          redraw screen
30         0...9                           sets minimum priority of mailboxes to show
31                                         (0=show all)
32         b, B                            enable/disable beeping
33
34 Examples:
35
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
39
40 Caveats:
41
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
44     fixed soon.
45
46 Please send all bug reports and suggestions to mj@ucw.cz.
47
48                                 Have fun
49                                                         Martin