use of krb4 _or_ a compatible subsystem. (MAKE_ was only used by this
option; USE_ is used by many.)
Also set RESTRICTED= in all relevant pkgs when USE_KERBEROS4 is enabled.
type message/* should be encoded in 7bit only. Modern mailers send
error reports encoded in 8bit as well. I see no harm in simply allowing
that through as well (I could see more problems with quoted-printable or
base64 as you'd need to actually decode it before parsing the contents).
Change BACKUP_PREFIX to "#" so users of shells like tcsh
don't have to do excess typing when recovering accidentally
removed messages (mv ~/Mail/inbox/{#,}14921).
after composing a mime message you wanted to view it, or you got
a message/rfc822 attachment you wanted to view)
patch-cd: fix missing newline in strings generated by dctime (with snprintf
need to account for an extra character: the trailing null; fixes
problems with mhl and packf)
- New, optional Makefile variable HOMEPAGE, specifies a URL for
the home page of the software if it has one.
- The value of HOMEPAGE is used to add a link from the
README.html files.
- pkglint updated to know about it. The "correct" location for
HOMEPAGE in the Makefile is after MAINTAINER, in that same
section.
clean up the way that the $PREFIX/etc/nmh directory is deleted
when deleting the package - if there are any *.old files in there,
they relate to a previous configuration, and should be kept.
called NMH_MTA (or a variable of the same name in /etc/mk.conf), use
the value of that variable when configuring nmh.
Does not solve the MTA wars, but makes things more configurable.
The new version has picked up the autoconf patches from @etcdir@ to
@sysconfdir@, but not the ones from @libdir@ to @libexecdir@, so bring
these forward.