]> mj.ucw.cz Git - checkmail.git/commitdiff
...
authorMartin Mares <mj@ucw.cz>
Mon, 23 May 2005 09:31:51 +0000 (09:31 +0000)
committerMartin Mares <mj@ucw.cz>
Mon, 23 May 2005 09:31:51 +0000 (09:31 +0000)
Makefile
README
maint/release

index ee636fe492e42cb5d6294c94e5bf5d945f2856dc..8a671c32d697e1ae80f85676a02157a35c4ddf81 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,7 @@ util.o: util.c util.h
 clean:
        rm -f `find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core`
        rm -f cm log
+       rm -rf maint/dist
 
 distclean: clean
 
diff --git a/README b/README
index 61fea74400f5fb0c41fe7bb653e4fbbe24be9807..86acc1fa306d929f0a66571a4fa6582adc1ac1a3 100644 (file)
--- a/README
+++ b/README
@@ -20,24 +20,26 @@ 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)
+       0...9                           sets minimum priority of mailboxes to show
+                                       (0=show all)
 
 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.
 
index c625c843d2b23e3b0dd1e7c3dfb1ffe7293b02ee..bb5f9b73e398dad0acb6478a1c88346dfd281e63 100755 (executable)
@@ -7,8 +7,9 @@ use warnings;
 require "maint/release.pm";
 
 my $r = new UCW::Release("checkmail");
+$r->{'do_patch'} = 0;
 my $ver = $r->GetVersionFromFile("Makefile", "^VERSION=(.*)");
-$r->GetVersionsFromChangelog("ChangeLog", "Released as (.*)\.");
+$r->GetVersionsFromChangelog("ChangeLog", "Released as (.*)\.");
 push @{$r->{"uploads"}}, {
        "url" => "scp://atrey.karlin.mff.cuni.cz/~ftp/pub/local/mj/linux/"
        };