From def55429566971d762acfb5256e42cd79e61a014 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Wed, 28 Dec 2022 11:35:56 +0200 Subject: [PATCH] update NEWS.org, README.org --- NEWS.org | 16 ++++++++++++---- README.org | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/NEWS.org b/NEWS.org index 0bac0b41..2bc6c532 100644 --- a/NEWS.org +++ b/NEWS.org @@ -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 diff --git a/README.org b/README.org index e389dca8..f314d406 100644 --- a/README.org +++ b/README.org @@ -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]]