]> mj.ucw.cz Git - checkmail.git/commitdiff
Released 1.8 v1.8
authorMartin Mares <mj@ucw.cz>
Tue, 22 Jul 2014 15:56:55 +0000 (17:56 +0200)
committerMartin Mares <mj@ucw.cz>
Tue, 22 Jul 2014 15:56:55 +0000 (17:56 +0200)
ChangeLog
Makefile

index 67d6a5cd5469481ac3d5aa61e1212678d37dfa90..d2bcaf55265f62f0a80ef28a82fb56eeeade56b5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2014-07-22  Martin Mares <mj@ucw.cz>
+
+       * Added "simple TAB" mode ("-t"), in which the TAB key ignores
+         mailbox priorities and just jumps to the next mailbox with
+         new mail.
+
+       * Added "o" mailbox option, which asks for treating old, but
+         unread mail as new.
+
+       * We now use the Content-Length header to determine mail length
+         if it is available. This is not only faster than scanning for
+         the next "From " line, but it also works in cases where extraneous
+         "From" lines in the mail are not properly escaped.
+
+       * Fixed a bug in parsing of mail headers, which was triggered by
+         spaces at the very beginning of mail body.
+
+       * Released as 1.8.
+
 2014-03-29  Martin Mares <mj@ucw.cz>
 
        * We avoid repeated announcements of the same mail by OSD.
index 074cb25e4d8150b675d6c7feb23ea688f91e0bf6..1016cf88f18efa9a101da4c509a825728cd3261e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ LDFLAGS+=-lX11
 CFLAGS+=-DCONFIG_X11=1
 endif
 
-VERSION=1.7
+VERSION=1.8
 YEAR=2014
 
 all: cm