From c9fac4958427d9cbdf922469fd58a5b6da5173d7 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sun, 12 Feb 2023 11:27:26 +0200 Subject: [PATCH] build: bump version to 1.9.20, update NEWS.org --- NEWS.org | 3 +++ meson.build | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index 64faf623..5ec8c3c0 100644 --- a/NEWS.org +++ b/NEWS.org @@ -94,6 +94,9 @@ wheter ~mu4e-headers-hide-predicate~ is applied (when non-~nil~). This can be used to temporarily turn the predicate off/on. + - You can now jump to previous / next threads in headers-view, message view. + Default binding is ~{~ and ~}~, respectively. + - When searching, the number of hidden messages is now shown in the message footer along with the number of Found messages diff --git a/meson.build b/meson.build index 5d608fed..cc4e1d32 100644 --- a/meson.build +++ b/meson.build @@ -17,7 +17,7 @@ ################################################################################ # project setup project('mu', ['c', 'cpp'], - version: '1.9.19', + version: '1.9.20', meson_version: '>= 0.56.0', license: 'GPL-3.0-or-later', default_options : [