From owner-cvs-ports@FreeBSD.ORG Sat Nov 15 08:47:20 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0801116A4CE; Sat, 15 Nov 2003 08:47:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8004143F75; Sat, 15 Nov 2003 08:47:19 -0800 (PST) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAFGlJXJ076339; Sat, 15 Nov 2003 08:47:19 -0800 (PST) (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAFGlJX4076338; Sat, 15 Nov 2003 08:47:19 -0800 (PST) (envelope-from naddy) Message-Id: <200311151647.hAFGlJX4076338@repoman.freebsd.org> From: Christian Weisgerber Date: Sat, 15 Nov 2003 08:47:19 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/nail Makefile distinfo X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Nov 2003 16:47:20 -0000 naddy 2003/11/15 08:47:19 PST FreeBSD ports repository Modified files: mail/nail Makefile distinfo Log: 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). Revision Changes Path 1.22 +1 -1 ports/mail/nail/Makefile 1.15 +1 -1 ports/mail/nail/distinfo