From owner-svn-ports-head@freebsd.org Mon Oct 2 06:26:27 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E28FE37918; Mon, 2 Oct 2017 06:26:27 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E0B8380FC7; Mon, 2 Oct 2017 06:26:26 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v926QQ1a076868; Mon, 2 Oct 2017 06:26:26 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v926QQOv076867; Mon, 2 Oct 2017 06:26:26 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201710020626.v926QQOv076867@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 2 Oct 2017 06:26:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451069 - head X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 451069 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2017 06:26:27 -0000 Author: ehaupt Date: Mon Oct 2 06:26:25 2017 New Revision: 451069 URL: https://svnweb.freebsd.org/changeset/ports/451069 Log: Add a notification for users of mail/isync using Maildir sub-folders. PR: 222720 (based on) Submitted by: seschwar@gmail.com Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Oct 2 06:24:42 2017 (r451068) +++ head/UPDATING Mon Oct 2 06:26:25 2017 (r451069) @@ -5,6 +5,16 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20171001: + AFFECTS: users of mail/isync using Maildir sub-folders + AUTHOR: ehaupt@FreeBSD.org + + If you have Maildir sub-folders, you need to update the configuration + to specify the naming style. + + Please refer to the mbsync(1) man page section 'SubFolders + Verbatim|Maildir++|Legacy' on how to make the apropriate changes. + 20170930: AFFECTS: users of PHP and its modules AUTHOR: eugen@FreeBSD.org