From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28420 invoked by alias); 21 Apr 2017 21:59:27 -0000 Mailing-List: contact cygwin-announce-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-announce-owner@cygwin.com Reply-To: The Cygwin Mailing List Mail-Followup-To: cygwin-announce@cygwin.com Received: (qmail 25602 invoked by uid 89); 21 Apr 2017 18:35:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=321, H*MI:cornell, H*m:cornell, central X-HELO: limerock04.mail.cornell.edu X-CornellRouted: This message has been Routed already. Message-Id: <201704211713.v3LHDnfL025188@authusersmtp.mail.cornell.edu> From: Ken Brown To: cygwin-announce@cygwin.com Date: Fri, 21 Apr 2017 21:59:00 -0000 Subject: New: mailutils 3.2-2 X-PMX-Cornell-Gauge: Gauge=XX X-PMX-CORNELL-AUTH-RESULTS: dkim-out=none; X-SW-Source: 2017-04/txt/msg00046.txt.bz2 The following packages have been added to the Cygwin distribution: * mailutils-3.2-2 * libmailutils5-3.2-2 * libmailutils-sieve-extensions-3.2-2 * libmailutils-devel-3.2-2 * mailutils-mh-3.2-2 * mailutils-comsatd-3.2-2 * mailutils-imap4d-3.2-2 * mailutils-pop3d-3.2-2 [There is also a 3.2-1 release, but I found a minor glitch and had to rebuild.] GNU Mailutils is a rich and powerful protocol-independent mail framework. It contains a series of useful mail libraries, clients, and servers. These are the primary mail utilities for the GNU system. The central library is capable of handling electronic mail in various mailbox formats and protocols, both local and remote. Specifically, this project contains a POP3 server, an IMAP4 server, and a Sieve mail filter. It also provides a POSIX mailx client, and a collection of other handy tools. These packages contain two things of possible use to Emacs users: 1. The mailutils package provides a utility /usr/bin/movemail.exe that Emacs's Rmail library uses. If mailutils is not installed then Emacs will instead use its own version of this utility (installed under /usr/libexec/emacs), which has fewer features and is less secure. 2. The mailutils-mh package can be used by Emacs's MH-E library. If you want to use this, put the line (load "mailutils-mh") in your site-start.el or ~/.emacs file. Ken Brown Cygwin's Mailutils maintainer