From: Martin Mares Date: Tue, 14 Apr 2015 15:53:15 +0000 (+0200) Subject: Released 1.9 X-Git-Tag: v1.9 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=e6f247f9a64e02a92d287ffd3c5515280100d225;p=checkmail.git Released 1.9 --- 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