Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 8FCB463E29C for ; Sun, 27 Jan 2013 20:54:35 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 53C9A14A2E8; Sun, 27 Jan 2013 20:54:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 33E7514A1AA for ; Sun, 27 Jan 2013 20:54:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id otWyuZ7m7kp6 for ; Sun, 27 Jan 2013 20:54:34 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id A8D1214A19C for ; Sun, 27 Jan 2013 20:54:34 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id A08CB175DD; Sun, 27 Jan 2013 20:54:34 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 27 Jan 2013 20:54:34 +0000 From: "Amitai Schlair" Subject: CVS commit: pkgsrc/mail/getmail To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20130127205434.A08CB175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: schmonz Date: Sun Jan 27 20:54:34 UTC 2013 Modified Files: pkgsrc/mail/getmail: Makefile distinfo Log Message: Update to 4.37.0. From the changelog: - handle IMAP servers which include "/" in message IDs better, so those messages aren't always thought to be new. Thanks: Bradley Rintoul. - record (IMAP) mailbox retrieved from in X-getmail-retrieved-from-mailbox: header field, and make it available as %(mailbox) substitution in MDA_external arguments. Thanks: Les Barstow. - add delete_bigger_than option to allow removal of large messages after retrieval, even if not deleting messages otherwise. Thanks: Jan Vereecke. To generate a diff of this commit: cvs rdiff -u -r1.123 -r1.124 pkgsrc/mail/getmail/Makefile cvs rdiff -u -r1.104 -r1.105 pkgsrc/mail/getmail/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.