From da9cd06fceeee54623000637fedfa93fba8138a9 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Mon, 7 Jul 2025 19:57:39 +0300 Subject: [PATCH] NEWS.org: update --- NEWS.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index bce79ee7..ffac7fa0 100644 --- a/NEWS.org +++ b/NEWS.org @@ -281,10 +281,14 @@ - 1.12.12: it now possible to create Emacs bookmarks for both messages (default) and queries. See the new variable ~mu4e-emacs-bookmark-policy~. + - 1.12.12: ~mu4e-get-mail-command~ which specifies the shell command to use for + getting mail, can now also be a function return that shell-command. This + makes it easier to use different shell commands in different situations. + *** scm - 1.12.12: add new guile/scheme binding in ~scm/~. These are to replace the - long-deprecated ~guile/~ bindings. For this is all rather new and + long-deprecated ~guile/~ bindings. For now, this is all rather new and experimental, but the basics are there. *** Contributors