From 344a7e40541278195c2b98d9d930b6478a6d8406 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Thu, 30 Mar 2023 21:10:35 +0300 Subject: [PATCH] NEWS.org: add note about file option expansion As per #2448. --- NEWS.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.org b/NEWS.org index 25d8abc5..8469a70d 100644 --- a/NEWS.org +++ b/NEWS.org @@ -28,6 +28,10 @@ - Standardize on PCRE-flavored regular expressions throughout *mu*. + - ~mu~ no longer attempts to 'expand' the `~` (and some other characters) in + command line options that take filenames, since it was a bit unpredictable. + So write e.g. ~--option=/home/user/hello~ instead of ~--option=~/hello~ + - Experimental: as bit of a hack, html message bodies are processed as if they were plain text, similar how "old mu" would do it (1.6.x and earlier). A nicer solution would be to convert to text, but this something for the