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 : [