From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id CF0646DE0173 for ; Sun, 31 Dec 2017 15:09:39 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[AWL=0.000] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id R_aRku0Ctx3b for ; Sun, 31 Dec 2017 15:09:39 -0800 (PST) Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118]) by arlo.cworth.org (Postfix) with ESMTPS id 770B96DE098B for ; Sun, 31 Dec 2017 15:09:37 -0800 (PST) Received: from fifthhorseman.net (cpe-74-71-53-242.nyc.res.rr.com [74.71.53.242]) by che.mayfirst.org (Postfix) with ESMTPSA id C8510F99A for ; Sun, 31 Dec 2017 18:09:34 -0500 (EST) Received: by fifthhorseman.net (Postfix, from userid 1000) id B3629204FC; Sun, 31 Dec 2017 18:09:30 -0500 (EST) From: Daniel Kahn Gillmor To: Notmuch Mail Subject: [PATCH 3/6] NEWS: note decrypt_policy in python bindings for index_file Date: Sun, 31 Dec 2017 18:09:27 -0500 Message-Id: <20171231230930.450-3-dkg@fifthhorseman.net> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20171231230930.450-1-dkg@fifthhorseman.net> References: <20171231230930.450-1-dkg@fifthhorseman.net> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Dec 2017 23:09:39 -0000 --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index a7ca0245..274d522c 100644 --- a/NEWS +++ b/NEWS @@ -104,6 +104,8 @@ Open mail files in binary mode when using Python 3 Add python bindings for notmuch_database_{get,set}_config* +Optional `decrypt_policy` flag is available for notmuch.database().index_file() + nmbug ----- -- 2.15.1