X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/52a236230220232fd632b5aa88eb9bb31dba346e..91baa2e0868d9d2e5cf664d63f4fbba25c4470cf:/docs/pending-release-notes?ds=inline diff --git a/docs/pending-release-notes b/docs/pending-release-notes index e88165de..64b1d71c 100644 --- a/docs/pending-release-notes +++ b/docs/pending-release-notes @@ -24,6 +24,7 @@ NEW FEATURES (pseudo)random bytes and uses microsecond-resolution time. - Added -clobber switch to mhstore(1) to control overwriting of existing files. +- Added -outfile switch to mhstore(1). - Added -noall/-all switches to sortm(1). sortm -noall requires a messages argument. - $PAGER overrides the compiled-in default pager command. @@ -54,6 +55,8 @@ NEW FEATURES - There is no longer a per-folder maximum number of sequences. - For the SMTP MTA TLS can now be negotiated at the beginning of the connection with the -initialtls switch. +- Messages can now be selected using a relative offset from some other + message, or from the start or end of a sequence. See mh-sequences(5). ---------------------------- OBSOLETE/DEPRECATED FEATURES @@ -124,3 +127,5 @@ BUG FIXES send(1), inc(1), and msgchk(1) also benefit from this fix. And, nmh now supports specification of any valid filename in place of $HOME/.netrc. +- Added quoting of local part of invalid address in message being + replied to [Bug #26780].