diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2026-03-07 12:22:00 +0200 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2026-03-07 12:22:00 +0200 |
| commit | 4a5b114d3c46fcc716ea380c5ce9c3fb06280add (patch) | |
| tree | 29b329b6bf8f16d353a4b4f4face3c28280e41b9 | |
| parent | 69c6031b0b1cf58ea1d430d3f4579ee4563ab642 (diff) | |
NEWS.org: update
| -rw-r--r-- | NEWS.org | 18 |
1 files changed, 15 insertions, 3 deletions
@@ -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) |
