From 65e1efd95812ea081f5b93f8b2c639171e88f852 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 14 Dec 2015 13:52:30 +0100 Subject: [PATCH] Released 1.10 --- ChangeLog | 8 ++++++++ Makefile | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8cb0bf5..5718fc8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2015-12-14 Martin Mares + + * Sort order is now configurable: each mailbox can be assigned + an integer sort order, mailboxes with the same sort order are + sorted lexicographically. + + * Released as 1.10. + 2015-04-14 Martin Mares * Checkmail now supports maildirs as well as mailboxes. diff --git a/Makefile b/Makefile index 0c30513..e8fa049 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ LDFLAGS+=-lX11 CFLAGS+=-DCONFIG_X11=1 endif -VERSION=1.9 +VERSION=1.10 YEAR=2015 all: cm -- 2.39.2