From e6f247f9a64e02a92d287ffd3c5515280100d225 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 14 Apr 2015 17:53:15 +0200 Subject: [PATCH] Released 1.9 --- ChangeLog | 9 +++++++++ Makefile | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d2bcaf5..8cb0bf5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2015-04-14 Martin Mares + + * Checkmail now supports maildirs as well as mailboxes. + Whenever the mbox pattern given as an argument matches a directory, + it is considered to be in maildir format. All features should work + with maildirs as well as with mailboxes. + + * Released as 1.9. + 2014-07-22 Martin Mares * Added "simple TAB" mode ("-t"), in which the TAB key ignores diff --git a/Makefile b/Makefile index 1016cf8..0c30513 100644 --- a/Makefile +++ b/Makefile @@ -19,8 +19,8 @@ LDFLAGS+=-lX11 CFLAGS+=-DCONFIG_X11=1 endif -VERSION=1.8 -YEAR=2014 +VERSION=1.9 +YEAR=2015 all: cm -- 2.39.2