From 832d25538196f4e85bd15426d57e1ef0c1b7b015 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Thu, 11 May 2023 23:24:43 +0300 Subject: [PATCH] build: bump version to 1.10.6 and update NEWS.org --- NEWS.org | 11 ++++++++--- meson.build | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/NEWS.org b/NEWS.org index 08d6a45b..4f39924f 100644 --- a/NEWS.org +++ b/NEWS.org @@ -6,7 +6,12 @@ *** mu - ~mu~ commands ~extract~, ~verify~ and ~view~ can now read the message from - standard input; see their man-pages for details + standard input; see their man-pages for details + + - experimental: if you build ~mu~ with [[https://github.com/CLD2Owners/cld2][CLD2]] support (available in many Linux + distros), ~mu~ will try to detect the language of the body of e-mail + messages; you can then search by their ISO-639-1 code, e.g. ~mu find + lang:en~ *** mu4e @@ -14,8 +19,8 @@ See the [[info:mu4e:Folding threads][manual entry]] for further details. - mailing list support was modernized a bit; the format changed (see the - `mu4e-mailing-lists` and `mu4e-user-mailing-lists` docstrings. There is - `mu4e-mailing-list-info-refresh` to update to the new values after + ~mu4e-mailing-lists~ and ~mu4e-user-mailing-lists~ docstrings. There is + ~M-x mu4e-mailing-list-info-refresh~ to update to the new values after changing them. - also, there are now actions ('a' in view/header) to get to online archives diff --git a/meson.build b/meson.build index e28df873..0bf6f14e 100644 --- a/meson.build +++ b/meson.build @@ -17,7 +17,7 @@ ################################################################################ # project setup project('mu', ['c', 'cpp'], - version: '1.11.5', + version: '1.11.6', meson_version: '>= 0.56.0', license: 'GPL-3.0-or-later', default_options : [