update NEWS.org, README.org

This commit is contained in:
Dirk-Jan C. Binnema 2022-12-28 11:35:56 +02:00
parent 1dbdc8ff8a
commit def5542956
2 changed files with 13 additions and 5 deletions

View File

@ -8,6 +8,10 @@
- a new command-line parser, which allows (hopefully!) for a better user
interaction; better error checking and more
- the MSYS2 (Windows) builds is _experimental_ now; some things may not work;
see e.g. https://github.com/djcb/mu/issues?q=is%3Aissue+label%3Amsys, but
we welcome efforts to fix those things.
*** mu4e
- ~emacs~ 26.3 or higher is now required for ~mu4e~
@ -16,14 +20,18 @@
rendered. If you have hook-functions that depend on the message contents,
instead you should use the new ~mu4e-view-rendered-hook~.
- mu4e window management has been significantly reworked, affecting the
message loading as well as window-layout. As a user-visible feature,
there's now 'z' binding (~mu4e-view-detach~), to 'detach' view and alllow
for keeping multiple views around; see the Mu4e manual for details.
- mu4e window management has been significantly reworked and cleaned up,
affecting the message loading as well as window-layout. As a user-visible
feature, there's now 'z' binding (~mu4e-view-detach~), to 'detach' view and
alllow for keeping multiple views around; see the Mu4e manual for details.
- One change is that ~mu4e-split-view~ can no longer be a function; the new
way is to use ~display-buffer-alist~ as explained in the [[info:mu4e:Buffer Display][manual]].
- ~mu4e-maildir-shortcuts~ now take an optional ~:name~ property, which is shown
instead of the Maildir path. Useful for very long paths. Maildirs now can
also be without a ~:key~.
- when moving messages (which includes changing flags), file-flags changes
are propagated to duplicates of the messages; that is, e.g. the /Seen/ or
/Replied/ status is propagated to all duplicates (earlier, this was only

View File

@ -6,7 +6,7 @@
[[https://github.com/djcb/mu/issues][https://img.shields.io/github/issues/djcb/mu.svg]]
[[https://github.com/djcb/mu/issues?q=is%3Aissue+is%3Aopen+label%3Arfe][https://img.shields.io/github/issues/djcb/mu/rfe?color=008b8b.svg]]
[[https://github.com/djcb/mu/pull/new][https://img.shields.io/badge/PRs-welcome-brightgreen.svg]]\\
[[https://melpa.org/#/?q=mu4e&sort=version&asc=false][https://img.shields.io/badge/Emacs-25.3-922793?logo=gnu-emacs&logoColor=b39ddb&.svg]]
[[https://www.gnu.org/software/emacs/][https://img.shields.io/badge/Emacs-26.3-922793?logo=gnu-emacs&logoColor=b39ddb&.svg]]
[[https://www.djcbsoftware.nl/code/mu/mu4e/Installation.html#Dependencies-for-Debian_002fUbuntu][https://img.shields.io/badge/Platform-Linux-2e8b57?logo=linux&.svg]]
[[https://www.djcbsoftware.nl/code/mu/mu4e/Installation.html#Building-from-a-release-tarball-1][https://img.shields.io/badge/Platform-FreeBSD-8b3a3a?logo=freebsd&logoColor=c32136&.svg]]
[[https://formulae.brew.sh/formula/mu#default][https://img.shields.io/badge/Platform-macOS-101010?logo=apple&logoColor=ffffff&.svg]]