[PATCH 5/5] updated NEWS
authorlaochailan <laochailan@web.de>
Sun, 31 May 2015 12:02:15 +0000 (14:02 +0200)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:48:56 +0000 (14:48 -0700)
4c/6852172a0ac595c8c82fc9e730e35034b03840 [new file with mode: 0644]

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