Skip to content

Commit

Permalink
build: bump version to 1.10.6 and update NEWS.org
Browse files Browse the repository at this point in the history
  • Loading branch information
djcb committed May 12, 2023
1 parent fee95e1 commit 832d255
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions NEWS.org
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,21 @@
*** mu

- ~mu~ commands ~extract~, ~verify~ and ~view~ can now read the message from
standard input; see their man-pages for details
standard input; see their man-pages for details

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

*** mu4e

- experimental: support folding message threads (with TAB / S-TAB).
See the [[info:mu4e:Folding threads][manual entry]] for further details.

- mailing list support was modernized a bit; the format changed (see the
`mu4e-mailing-lists` and `mu4e-user-mailing-lists` docstrings. There is
`mu4e-mailing-list-info-refresh` to update to the new values after
~mu4e-mailing-lists~ and ~mu4e-user-mailing-lists~ docstrings. There is
~M-x mu4e-mailing-list-info-refresh~ to update to the new values after
changing them.

- also, there are now actions ('a' in view/header) to get to online archives
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.5',
version: '1.11.6',
meson_version: '>= 0.56.0',
license: 'GPL-3.0-or-later',
default_options : [
Expand Down

0 comments on commit 832d255

Please sign in to comment.