Skip to content

Commit

Permalink
build: bump version to 1.11.13, update NEWS.org
Browse files Browse the repository at this point in the history
  • Loading branch information
djcb committed Aug 3, 2023
1 parent 051fdb4 commit 589327a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions NEWS.org
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,21 @@
is now improved by employing a html->text scraper which extracts the
human-readable text from the html.

- mu querying and (esp.) showing results has been made significantly faster;
e.g., in one big ~mu find~ query we went from ~47s to only ~7s

- /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~

- set the default database batch-size (the ~--batch-size~ parameter to ~mu
init~) to 50000 rather than 250000; the latter was too high for systems
with limited memory.

- restore expansion for "~--option=~/foo~" type options for shells that don't
do that, such as Bash.

*** mu4e

- improved support for dealing with attachments and other MIME-parts in the
Expand All @@ -57,6 +67,16 @@
- In the main-view, by default ~q~ is now bound to ~mu4e-main-quit-or-bury~,
which calls either ~mu4e-quit~ or, with prefix argument, ~bury-buffer~.

- ~mu4e~ benefits from the mentioned speed-ups in querying, and adds some of
its own - e.g., for showing 500 messages (debug build), we went from 642ms
to 247ms. Note, the optimizations are experimental, and for now you can
turn them off by setting =mu4e-mu-allow-temp-file= to =nil= (and restart
~mu4e~); and reporting.

- after retrieving mail (~mu4e-update-mail-and-index~), save the output of the
retrieval command in a buffer =*mu4e-last-update*=, = which can be useful
for diagnosis.

* 1.10 (released on March 26, 2023)

*** mu
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
################################################################################
# project setup
project('mu', ['c', 'cpp'],
version: '1.11.12',
version: '1.11.13',
meson_version: '>= 0.56.0',
license: 'GPL-3.0-or-later',
default_options : [
Expand Down

0 comments on commit 589327a

Please sign in to comment.