Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 1FA31431FB6 for ; Sun, 13 May 2012 13:08:39 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TKgVVcmMsCH3 for ; Sun, 13 May 2012 13:08:38 -0700 (PDT) Received: from dmz-mailsec-scanner-8.mit.edu (DMZ-MAILSEC-SCANNER-8.MIT.EDU [18.7.68.37]) by olra.theworths.org (Postfix) with ESMTP id A7F35431FAE for ; Sun, 13 May 2012 13:08:38 -0700 (PDT) X-AuditID: 12074425-b7f966d0000008b6-ab-4fb014c6d874 Received: from mailhub-auth-1.mit.edu ( [18.9.21.35]) by dmz-mailsec-scanner-8.mit.edu (Symantec Messaging Gateway) with SMTP id D2.14.02230.6C410BF4; Sun, 13 May 2012 16:08:38 -0400 (EDT) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by mailhub-auth-1.mit.edu (8.13.8/8.9.2) with ESMTP id q4DK8b2j008299; Sun, 13 May 2012 16:08:37 -0400 Received: from drake.mit.edu (209-6-116-242.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com [209.6.116.242]) (authenticated bits=0) (User authenticated as amdragon@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id q4DK8aFE024463 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Sun, 13 May 2012 16:08:37 -0400 (EDT) Received: from amthrax by drake.mit.edu with local (Exim 4.77) (envelope-from ) id 1STf5n-0003i5-Ve; Sun, 13 May 2012 16:08:36 -0400 From: Austin Clements To: notmuch@notmuchmail.org Subject: [PATCH] news: Update for changes to notmuch_database_get_directory Date: Sun, 13 May 2012 16:08:33 -0400 Message-Id: <1336939713-14220-1-git-send-email-amdragon@mit.edu> X-Mailer: git-send-email 1.7.10 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFprNIsWRmVeSWpSXmKPExsUixCmqrHtMZIO/wdI+HovrN2cyOzB6PFt1 izmAMYrLJiU1J7MstUjfLoEr4++OO2wFP9grep7uZmlg3MfWxcjJISFgInHkwDEmCFtM4sK9 9UBxLg4hgX2MEqunfmKBcDYwSmxY/Y8RwrnPJPHz2kdWCGcWUGbtL3aQfjYBDYlt+5czgtgi AtISO+/OBiri4GAWEJF4NxNshbCAt8TSw+/BSlgEVCXWHfvACmLzCjhIHLvyhxHiDHmJp/f7 2CYw8i5gZFjFKJuSW6Wbm5iZU5yarFucnJiXl1qka6GXm1mil5pSuokRFAbsLqo7GCccUjrE KMDBqMTDu0B0vb8Qa2JZcWXuIUZJDiYlUd4Dwhv8hfiS8lMqMxKLM+KLSnNSiw8xSnAwK4nw rn8IVM6bklhZlVqUD5OS5mBREufV1HrnJySQnliSmp2aWpBaBJOV4eBQkuC1Boa7kGBRanpq RVpmTglCmomDE2Q4D9Dw7yCLeYsLEnOLM9Mh8qcYFaXEeX+BJARAEhmleXC9sDh9xSgO9Iow ryTICh5gjMN1vwIazAQ0mF9gHcjgkkSElFQDo2ryywWTV+U5R3ntPx6Q28AfNofvX1rLp70x W5/OfrErWG/f/EN8G6U+CM0sP3fNKds8+E203vknXm2aIpuexnV5caq94690e/cybfMSvScl 8k/e6d3u7olRne/0jJtD0EztUskcm6BCsc8+T5Ivbm3g0MmMmdinOzc+b2tkxTfxvVwX6rdy KrEUZyQaajEXFScCABLcEtauAgAA X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 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, 13 May 2012 20:08:39 -0000 --- NEWS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index c67f186..f987811 100644 --- a/NEWS +++ b/NEWS @@ -91,12 +91,12 @@ notmuch_database_close and notmuch_database_destroy database and thus release the lock associated with it without destroying the data structures obtained from it. -notmuch_database_open and notmuch_database_create now return errors +notmuch_database_open, notmuch_database_create, and +notmuch_database_get_directory now return errors - The type signatures of notmuch_database_open and - notmuch_database_create have changed so that the functions now - return a notmuch_status_t and take an out-argument for returning the - new database object. + The type signatures of these functions have changed so that the + functions now return a notmuch_status_t and take an out-argument for + returning the new database object or directory object. go bindings changes ------------------- -- 1.7.10