]> diplodocus.org Git - nmh/blobdiff - docs/pending-release-notes
Removed some #includes of stdio.h, ctype.h, stdlib.h, and
[nmh] / docs / pending-release-notes
index e88165decf7cdb7a097441cb3efb976cacc742b5..64b1d71cedcfd332166b6cff2316e0b883fa9742 100644 (file)
@@ -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].