Replaced mhmail -debug switch with -nosend, and added -send.
[mmh] / docs / pending-release-notes
1 Things to add to the release notes for the next full release:
2
3 ------------
4 NEW FEATURES
5 ------------
6
7 - All nmh programs will now warn about multiple profile entries for the
8   same component.  In previous versions, all but the first were
9   silently ignored.
10 - mhmail now supports all post(8) options, and optionally can use
11   send(1) with all of its options.  Its formerly undocumented -resent
12   switch has been documented.  And it has new -send/-nosend switches.
13
14 ----------------------------
15 OBSOLETE/DEPRECATED FEATURES
16 ----------------------------
17
18 - Changed exit status of each nmh command's -version and -help
19   switches from 1 to 0.
20 - The following environment variables were deprecated in nmh 1.5
21   and are removed from this release:
22     MHPOPDEBUG (use -snoop command line switch instead)
23     MM_NOASK (use -nolist and -nopause command line switches instead)
24     NOMHNPROC (use -nocheckmime command line switch instead)
25     FACEPROC (undocumented faceproc feature removed)
26 - Changed repl and dist default to -noatfile.  The default of -atfile
27   was deprecated in nmh 1.5.  If there are no requests to maintain
28   -atfile, it will be removed in the future.
29 - The undocumented -queue switch to mhmail has been removed.
30 - The undocumented -queue switch to post is deprecated/obsolete
31   and will be removed in the next release.  It supports the
32   SMTP XQUE verb, which is obsolete according to
33   http://smtpfilter.sourceforge.net/esmtp.html