Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 6E7C56DE17B5 for ; Sun, 31 May 2015 05:07:58 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.567 X-Spam-Level: X-Spam-Status: No, score=-0.567 tagged_above=-999 required=5 tests=[AWL=0.003, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.55, SPF_PASS=-0.001] 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 fVCqrZahSiFF for ; Sun, 31 May 2015 05:07:57 -0700 (PDT) Received: from mout.web.de (mout.web.de [212.227.15.3]) by arlo.cworth.org (Postfix) with ESMTPS id 8983C6DE179E for ; Sun, 31 May 2015 05:07:56 -0700 (PDT) Received: from localhost ([92.204.48.23]) by smtp.web.de (mrweb002) with ESMTPSA (Nemesis) id 0LtoCT-1Z8yBa0GqD-011AyN; Sun, 31 May 2015 14:02:51 +0200 From: laochailan To: notmuch@notmuchmail.org Subject: [PATCH 5/5] updated NEWS Date: Sun, 31 May 2015 14:02:15 +0200 Message-Id: <1433073735-7721-6-git-send-email-laochailan@web.de> X-Mailer: git-send-email 2.4.2 In-Reply-To: <1433073735-7721-1-git-send-email-laochailan@web.de> References: <1433073735-7721-1-git-send-email-laochailan@web.de> X-Provags-ID: V03:K0:pmfgRxt/tAolTiOKpxjpI9Id7VfxpywtMz3DNRdqhuWaw766auK qv8JGDS7iTmbfel82aDD5O3KRKSgm+375F2Pv5hUJ58bSzktfSaXtdH3Ul3sVg/FYSe+4Lx 7kv3xNebnmWFzQsEoPPJSh0nKorRaRzoMW3AbwQMw3cICZWbWD9EOLIyg3X8FIuSs4WGAY9 Jbm3go0vwDBVziXSHR6gw== X-UI-Out-Filterresults: notjunk:1; X-Mailman-Approved-At: Mon, 01 Jun 2015 09:14:43 -0700 Cc: laochailan X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.18 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 May 2015 12:07:58 -0000 --- NEWS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/NEWS b/NEWS index eeaf0d4..4434f4e 100644 --- a/NEWS +++ b/NEWS @@ -262,6 +262,20 @@ Python Bindings Add support for `notmuch_query_add_tag_exclude` +Go Bindings +----------- + +Add support for `notmuch_threads_t` and `notmuch_thread_t` + +Fixed constant values so they are not all zero anymore. + + Previously, it was impossible to open writable database handles, + because DATABASE_MODE_READ_ONLY and DATABASE_MODE_READ_WRITE were + both set to zero. + The same issue occured with sort modes. + +Formatting improvements for Godoc generated documentation + Build System ------------ -- 2.4.2