Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 9FE727A497 for ; Sat, 9 Apr 2016 09:46:28 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1F88685F5D; Sat, 9 Apr 2016 09:46:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A291985EAA for ; Sat, 9 Apr 2016 09:46:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id hCYuPt3LxDYx for ; Sat, 9 Apr 2016 09:46:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1FFA184CE7 for ; Sat, 9 Apr 2016 09:46:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1A702FBBA; Sat, 9 Apr 2016 09:46:27 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 9 Apr 2016 09:46:27 +0000 From: "Matthias Scheler" Subject: CVS commit: pkgsrc/mail/mutt-kz To: pkgsrc-changes@NetBSD.org Reply-To: tron@netbsd.org X-Mailer: log_accum Message-Id: <20160409094627.1A702FBBA@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: tron Date: Sat Apr 9 09:46:27 UTC 2016 Modified Files: pkgsrc/mail/mutt-kz: Makefile distinfo pkgsrc/mail/mutt-kz/patches: patch-ab patch-ad patch-af patch-ag patch-ao Removed Files: pkgsrc/mail/mutt-kz/patches: patch-crypt.c Log Message: Update "mutt-kz" package to version 1.6.0.1. Changes since 1.5.23.1-rc1: + Enabled utf-8 mailbox support for IMAP. + New expandos %r and %R for comma separated list of To: and Cc: recipients respectively. + Improved support for internationalized email and SMTPUTF8 (RFC653[0-3]). ! $use_idn has been renamed to $idn_decode. + $idn_encode controls whether outgoing email address domains will be IDNA encoded. If your MTA supports it, unset to use utf-8 email address domains. + The S/MIME message digest algorithm is now specified using the option $smime_sign_digest_alg. Note that $smime_sign_command should be modified to include "-md %d". Please see contrib/smime.rc. + $reflow_space_quotes allows format=flowed email quotes to be displayed with spacing between them. ! multipart draft files are now supported. + The "-E" command line argument causes mutt to edit draft or include files. All changes made in mutt will be saved back out to those files. + $resume_draft_files and $resume_edited_draft_files control how mutt processes draft files. + For classic gpg mode, $pgp_decryption_okay should be set to verify multipart/encrypted are actually encrypted. Please see contrib/gpg.rc for the suggested value. ! mailto URL header parameters by default are now restricted to 'body' and 'subject'. + mailto_allow and unmailto_allow can be used to add or remove allowed mailto header parameters. ! The method of setting $hostname has been changed. Rather than scanning /etc/resolv.conf, the domain will now be determined using DNS calls. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/mail/mutt-kz/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/mutt-kz/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/mutt-kz/patches/patch-ab \ pkgsrc/mail/mutt-kz/patches/patch-ad pkgsrc/mail/mutt-kz/patches/patch-af \ pkgsrc/mail/mutt-kz/patches/patch-ag pkgsrc/mail/mutt-kz/patches/patch-ao cvs rdiff -u -r1.1 -r0 pkgsrc/mail/mutt-kz/patches/patch-crypt.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.