summaryrefslogtreecommitdiff
path: root/NEWS.org
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2026-03-07 12:22:00 +0200
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2026-03-07 12:22:00 +0200
commit4a5b114d3c46fcc716ea380c5ce9c3fb06280add (patch)
tree29b329b6bf8f16d353a4b4f4face3c28280e41b9 /NEWS.org
parent69c6031b0b1cf58ea1d430d3f4579ee4563ab642 (diff)
NEWS.org: update
Diffstat (limited to 'NEWS.org')
-rw-r--r--NEWS.org18
1 files changed, 15 insertions, 3 deletions
diff --git a/NEWS.org b/NEWS.org
index be40fd6..3a25e54 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -6,12 +6,24 @@
The 1.14 series continues where the 1.12 series left off, with just some
version updates & depreciations.
+*** mu
+
+ - significant speed-ups in the cleanup process after ~mu index~ (1.14.0)
+
*** mu4e
- - ~mu4e-main-hide-personal-addresses~ can now also be a number, which is the
- maximum number of addresses to show. This can be useful if you have
- some many personal addresses that the clutter up the main view. (1.14.0)
+ - ~mu4e-main-hide-personal-addresses~ can now also be a number, which
+ is the maximum number of addresses to show. This can be useful if you have
+ some many personal addresses that the clutter up the main view. (1.14.0)
+
+*** scm
+ - added new ~--eval~ command-line option, so you can do e.g.
+ #+begin_example
+ $ mu scm --eval '(format #t "found ~d matche(s)\n" (length (mfind "hello")))'
+ found 7173 match(es)
+ #+end_example
+ (1.14.0)
* 1.12 (released on February 24, 2024)