From ec10d54dab42ef74152277af231f8bde240e9fbd Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Fri, 17 Feb 2023 22:24:09 +0200 Subject: [PATCH] build: bump version to 1.9.21, update NEWS.org --- NEWS.org | 19 ++++++++++++++++++- meson.build | 2 +- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/NEWS.org b/NEWS.org index 5ec8c3c0..e541b8c9 100644 --- a/NEWS.org +++ b/NEWS.org @@ -74,6 +74,15 @@ bookmark's name rather than the query; this can be controlled through =mu4e-modeline-prefer-bookmark-name= (default: =t=). + - You can now tell mu4e to use emacs' completion system rather than the mu4e + built-in one; see the variables ~mu4e-read-option-use-builtin~ and + ~mu4e-completing-read-function~; e.g. to always emacs completion (which + may have been enhanced by various completion frameworks), use: + #+begin_src elisp + (setq mu4e-read-option-use-builtin nil + mu4e-completing-read-function 'completing-read) + #+end_src + - when moving messages (which includes changing flags), file-flags changes are propagated to duplicates of the messages; that is, e.g. the /Seen/ or /Replied/ status is propagated to all duplicates (earlier, this was only @@ -104,13 +113,21 @@ set ~mu4e-eldoc-support~ to non-nil to enable it. - In the main view, the keybindings shown are a representation of the actual - keybindings, rather than just the defaults. + keybindings, rather than just the defaults. This is for the benefit for + people who want to use different keybindings. - As a side-effect of that, ~mu4e-main-mode~ and ~mu4e-main-mode-hook~ functions are now invoked _before_ the rendering takes place; if you're customizations depend on happening after rendering is completed, use the new ~mu4e-main-rendered-hook~ instead. + - ~mu4e-cache-maildir-list~ has been promoted to be a =defcustom=, enabled by + default. This caches the list of "other" maildirs (i.e., without a + shortcut). + + - For testing, a new command ~mu4e-server-repl~ to start a ~mu~ server just as + ~mu4e~ does it. Note that this cannot run at the same time when ~mu4e~ runs. + - all the obsolete function and variable aliases have been moved to ~mu4e-obsolete.el~ so we can unclutter the non-obsolete code a bit. diff --git a/meson.build b/meson.build index cc4e1d32..fc6602c8 100644 --- a/meson.build +++ b/meson.build @@ -17,7 +17,7 @@ ################################################################################ # project setup project('mu', ['c', 'cpp'], - version: '1.9.20', + version: '1.9.21', meson_version: '>= 0.56.0', license: 'GPL-3.0-or-later', default_options : [