diff options
author | naddy <naddy@FreeBSD.org> | 2003-11-16 00:47:19 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-11-16 00:47:19 +0800 |
commit | 3d89ff527e6bd15e2d30b8051ec0e235e70c926f (patch) | |
tree | c8369637b2cd5f80c9441ff7b8be6d322eab19ad /mail | |
parent | 0a5c4514ae709619151cddf13b2227ec982b6b90 (diff) | |
download | freebsd-ports-gnome-3d89ff527e6bd15e2d30b8051ec0e235e70c926f.tar.gz freebsd-ports-gnome-3d89ff527e6bd15e2d30b8051ec0e235e70c926f.tar.zst freebsd-ports-gnome-3d89ff527e6bd15e2d30b8051ec0e235e70c926f.zip |
Update to 10.6. Notable bug fixes and changes in this release:
* 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).
Diffstat (limited to 'mail')
-rw-r--r-- | mail/heirloom-mailx/Makefile | 2 | ||||
-rw-r--r-- | mail/heirloom-mailx/distinfo | 2 | ||||
-rw-r--r-- | mail/nail/Makefile | 2 | ||||
-rw-r--r-- | mail/nail/distinfo | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/mail/heirloom-mailx/Makefile b/mail/heirloom-mailx/Makefile index 2836dbdf43f2..7658ab80822e 100644 --- a/mail/heirloom-mailx/Makefile +++ b/mail/heirloom-mailx/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nail -PORTVERSION= 10.5 +PORTVERSION= 10.6 CATEGORIES= mail MASTER_SITES= http://omnibus.ruf.uni-freiburg.de/~gritter/archive/nail/ diff --git a/mail/heirloom-mailx/distinfo b/mail/heirloom-mailx/distinfo index 195fc6998b61..1b521b247a01 100644 --- a/mail/heirloom-mailx/distinfo +++ b/mail/heirloom-mailx/distinfo @@ -1 +1 @@ -MD5 (nail-10.5.tar.gz) = 6ee82ef58d761190ae54ee0f50506043 +MD5 (nail-10.6.tar.gz) = 8344380da9c819ae5e5126f100f0c822 diff --git a/mail/nail/Makefile b/mail/nail/Makefile index 2836dbdf43f2..7658ab80822e 100644 --- a/mail/nail/Makefile +++ b/mail/nail/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nail -PORTVERSION= 10.5 +PORTVERSION= 10.6 CATEGORIES= mail MASTER_SITES= http://omnibus.ruf.uni-freiburg.de/~gritter/archive/nail/ diff --git a/mail/nail/distinfo b/mail/nail/distinfo index 195fc6998b61..1b521b247a01 100644 --- a/mail/nail/distinfo +++ b/mail/nail/distinfo @@ -1 +1 @@ -MD5 (nail-10.5.tar.gz) = 6ee82ef58d761190ae54ee0f50506043 +MD5 (nail-10.6.tar.gz) = 8344380da9c819ae5e5126f100f0c822 |