From 00ddaebc4e42ae8f0d97f1b9b7ea278893886145 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sun, 1 Jan 2023 11:18:53 +0200 Subject: [PATCH] build: bump version to 1.9.11, update NEWS.org --- NEWS.org | 5 ++--- meson.build | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/NEWS.org b/NEWS.org index e7d67735..530b2a33 100644 --- a/NEWS.org +++ b/NEWS.org @@ -43,9 +43,8 @@ - One change is that ~mu4e-split-view~ can no longer be a function; the new way is to use ~display-buffer-alist~ as explained in the [[info:mu4e:Buffer Display][manual]]. - - ~mu4e-maildir-shortcuts~ now take an optional ~:name~ property, which is shown - instead of the Maildir path. Useful for very long paths. Maildirs now can - also be without a ~:key~. + - ~mu4e~ now keeps track of the 'baseline' query results and shows the + difference from that in the main view. See the [[info:mu4e#Bookmarks and Maildirs][manual entry]] for details. - when moving messages (which includes changing flags), file-flags changes are propagated to duplicates of the messages; that is, e.g. the /Seen/ or diff --git a/meson.build b/meson.build index 65589dab..cbc1d914 100644 --- a/meson.build +++ b/meson.build @@ -18,7 +18,7 @@ # project setup # project('mu', ['c', 'cpp'], - version: '1.9.10', + version: '1.9.11', meson_version: '>= 0.56.0', license: 'GPL-3.0-or-later', default_options : [