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).
This commit is contained in:
parent
7aa30dc2a0
commit
ef738591a5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94021
4 changed files with 4 additions and 4 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (nail-10.5.tar.gz) = 6ee82ef58d761190ae54ee0f50506043
|
||||
MD5 (nail-10.6.tar.gz) = 8344380da9c819ae5e5126f100f0c822
|
||||
|
|
|
@ -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/
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (nail-10.5.tar.gz) = 6ee82ef58d761190ae54ee0f50506043
|
||||
MD5 (nail-10.6.tar.gz) = 8344380da9c819ae5e5126f100f0c822
|
||||
|
|
Loading…
Reference in a new issue