In pick(1), attempt to decode each header field as if it were
[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
8   the same non-null, non-comment component.  In previous versions, all
9   but the first were silently ignored.
10 - mhmail now supports all post(8) options, or optionally can use
11   send(1) with all of its options.  Its formerly undocumented -resent
12   switch has been documented.  And it has new -attach, -headerfield,
13   and -send/-nosend switches.
14 - Default to flock() locking on OpenBSD and Darwin.
15 - Added -directives support to mhbuild(1) to control whether or not
16   mhbuild will honor MIME directives by default.  And added support
17   for special #on/#off/#pop directives to control the MIME directive
18   processing state.
19 - Added -messageid switch to send(1) and post(8).  This allows
20   selection of the style to use for generated Message-ID and
21   Content-ID header fields.  The default localname style is
22   pid.time@localname, where time is in seconds, and matches previous
23   behavior.  The random style replaces the localname with some
24   (pseudo)random bytes and uses microsecond-resolution time.
25 - Added -clobber switch to mhstore(1) to control overwriting of
26   existing files.
27 - Added -noall/-all switches to sortm(1).  sortm -noall requires
28   a messages argument.
29 - $PAGER overrides the compiled-in default pager command.
30 - Added etc/scan.highlighted format file, as an example of how to
31   highlight/colorize the output of scan(1).
32 - inc(1) now supports a -port switch to specify the port used by the
33   POP server.
34 - pick(1) now decodes MIME-encoded header fields before searching.
35
36
37 ----------------------------
38 OBSOLETE/DEPRECATED FEATURES
39 ----------------------------
40
41 - Changed exit status of each nmh command's -version and -help
42   switches from 1 to 0.
43 - The following environment variables were deprecated in nmh 1.5
44   and removed from this release:
45     MHPOPDEBUG (use -snoop command line switch instead)
46     MM_NOASK (use -nolist and -nopause command line switches instead)
47     NOMHNPROC (use -nocheckmime command line switch instead)
48     FACEPROC (undocumented faceproc feature removed)
49 - Changed repl and dist default to -noatfile.  The default of -atfile
50   was deprecated in nmh 1.5.  If there are no requests to maintain
51   -atfile, it will be removed in the future.
52 - The undocumented -queue switch to mhmail has been removed.
53 - The undocumented -queue switch to post is deprecated/obsolete
54   and will be removed in the next release.  It supports the
55   SMTP XQUE verb, which is obsolete according to
56   http://smtpfilter.sourceforge.net/esmtp.html
57 - conflict(8) is deprecated and will be removed from the next release.
58 - mhtest(8) is deprecated and will be removed from the next release.
59 - spost(8) has been merged into post(8).  Its functionality is enabled
60   by selecting the sendmail/pipe mail transport method, described in
61   the mh-tailor(5) man page.  The spost -noalias, -backup/-nobackup,
62   -push/-nopush, and -remove/-noremove switches are not supported by
63   post.  Note that spost did not support -whom or Dcc, and neither
64   does post when using sendmail/pipe.  And spost would expand blind
65   aliases and send them in the message; post with sendmail/pipe
66   refuses to do that.  For backward compatibility, spost has been
67   replaced by a simple shell script that exec's post -mts
68   sendmail/pipe.
69
70 ---------
71 BUG FIXES
72 ---------
73
74 - Replaced utilities that operate on pbm files with those that operate
75   on pnm files in etc/mhn.defaults [Bug #15152].
76 - Removed obsolete BUGS section at end of rcvstore(1) man page [Bug #4361].
77 - Fixed -nocc me doesn't account for Alternate-Mailboxes [Bug #36635].
78 - Propagate Mail-Followup-To [Bug #5571].
79 - "mark -sequence cur -delete all" now works for cur as well as any
80   other sequence, to allow clearing of the current message indication.
81 - The first alias contained in a blind list is now expanded.  The
82   mh-alias(5) man page was updated to show that blind lists must not
83   be terminated with, or contain, a trailing semicolon [Bug #15604].
84 - Fixed sendfiles(1) to always provide a From: address.  Also, updated
85   its switches.
86 - Fixed pick(1) to properly unfold multiple-line header fields by
87   removing newlines instead of replacing them with spaces [Bug #15215].