Age | Commit message (Collapse) | Author | Files | Lines |
|
be updated.
|
|
|
|
Changes since 10.6 (see the ChangeLog supplied with the source
for more details):
o Inclusion of POSIX documentation.
o Bug fixes and changes including:
- exit with the correct status when sendwait is set
- fix Base64 decoding
- fix handling of addresses with / in them
- fix handling of autocc and autobcc variables
- Obey POSIX standards for ~w
- Handling escape sequences in quoted arguments in commands
for compatibility with System V mailx and POSIX.
|
|
* A nested MIME multipart message with a sub-part piped through an external
program (such as HTML with w3m) caused nail to abort after SIGPIPE if the
PAGER command terminated before reading the whole message.
* A 'next' command following a 'hold' command displays the next message
after the one the 'hold' applies to (Bugreport by Mike Sipser). This
might not be exactly what POSIX specifies, but it makes sense and is
consistent with traditional behavior. If you actually favor 'next'
not to advance after 'hold', contact me and I'll add a configuration
option for this.
* If the value of the 'record' variable started with an environment
variable reference such as '$HOME' or with a tilde and the 'outfolder'
variable was set, it was not expanded correctly (Bugreport by Volker
Kuhlmann).
|
|
|
|
Changes since 10.4:
* A command line argument specifying a To-address can contain multiple
recipients separated by commas (Werner Fink).
* 'showname' variable (based on code contributed by Stephen Isard).
* Display nonprintable characters in mail addresses as question marks.
* Fixed MIME encoding of user's From address with respect to quoted
characters.
* 'autobcc' and 'autocc' variables.
* The effects of the 'bsdcompat' variable are now individually configurable.
This introduces the 'bsdflags', 'bsdheadline', 'bsdset', 'bsdannounce',
'askatend', 'bsdorder', and 'bsdmsgs' variables.
* The current message pointer could be garbled when 'newmail' was set and
new messages appeared (Fix by Stephen Isard).
|
|
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES". This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile. Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
|
|
|
|
from Gunnar Ritter):
* A missing #ifdef HAVE_ICONV caused build errors on platforms without
iconv() support (J.A. Neitzel, Jens Schleusener, Lars Kellogg-Stedman,
Felicia Neff, Chris Pinnock).
* Extraction of parts from header fields with more than 2560 characters
fixed (Lukasz Sznuk, William Cherry).
* Source archive name in nail.spec corrected (Didar Hussain).
* Fixed segmentation violation when encountering multipart header fields
that contain no ':' character (William Cherry).
* Respect the 'allnet' variable when comparing strings in message lists.
* IPv6 support (Jun-ichiro itojun Hagino).
|
|
mail/nail.
Nail is a mail user agent derived from Berkeley Mail 8.1. It is
intended to provide the functionality of the POSIX.2 mailx command
with built-in support for MIME messages. This means it can handle
international character sets as well as attachments. In recent
system environments, nail is Unicode/UTF-8 capable. It further
contains some minor enhancements like the ability to set a "From:"
Address.
Supplied (for nail 10.1) by Mishka in PR#19112. Thanks!
|