]> mj.ucw.cz Git - checkmail.git/blobdiff - README
0.3
[checkmail.git] / README
diff --git a/README b/README
index 61fea74400f5fb0c41fe7bb653e4fbbe24be9807..a4d49e7d11dde96dbedbb447f79e2cedd2ff459f 100644 (file)
--- a/README
+++ b/README
@@ -20,24 +20,28 @@ Keys:
        arrow keys / vi-like movement   moves through the list
        ENTER                           invokes mutt (or a program specified
                                        with the -m option) on the current box
-       TAB                             jump to the next mailbox with some new
-                                       messages (highlighted mailboxes set with
-                                       -h are preferred)
-       Ctrl-R                          force full reload of the list (otherwise,
+       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
 
 Examples:
 
        cm -i                           display just the inbox
        cm -i '~/Mail/*_list'           display inbox and all mailing lists
-       cm -i '~/Mail/*_list' -hINBOX   highlight the inbox and prefer it on TAB
+       cm -i '~/Mail/*_list' -oINBOX=1t  highlight the inbox and prefer it on TAB
 
 Caveats:
 
-  - CheckMail currently does no mailbox locking (the -l switch does nothing
-    so far), but the incremental update mechanism is able to recover from
-    mailboxes caught in the middle of mail delivery. Will be fixed in the
-    next version.
+  - CheckMail currently does no mailbox locking, but the incremental update mechanism
+    is able to recover from mailboxes caught in the middle of mail delivery. Will be
+    fixed soon.
 
 Please send all bug reports and suggestions to mj@ucw.cz.