From 3d1fee1c4b8d13f0d3eebb3cc28bcb790e4fe18d Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 22 Jul 2014 17:56:55 +0200 Subject: [PATCH] Released 1.8 --- ChangeLog | 19 +++++++++++++++++++ Makefile | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 67d6a5c..d2bcaf5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2014-07-22 Martin Mares + + * 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 * We avoid repeated announcements of the same mail by OSD. diff --git a/Makefile b/Makefile index 074cb25..1016cf8 100644 --- 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 -- 2.39.2