NEWS.org: add note about file option expansion

As per #2448.
This commit is contained in:
Dirk-Jan C. Binnema 2023-03-30 21:10:35 +03:00
parent 5d38ec0c08
commit 344a7e4054
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@
- Standardize on PCRE-flavored regular expressions throughout *mu*. - 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 - 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). 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 A nicer solution would be to convert to text, but this something for the