[PATCH 0/5] Additions to Go bindings
authorlaochailan <laochailan@web.de>
Sun, 31 May 2015 12:02:10 +0000 (14:02 +0200)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:48:56 +0000 (14:48 -0700)
de/86321d4d1058a7fca08f90551b2b5e81be9352 [new file with mode: 0644]

diff --git a/de/86321d4d1058a7fca08f90551b2b5e81be9352 b/de/86321d4d1058a7fca08f90551b2b5e81be9352
new file mode 100644 (file)
index 0000000..2af8c29
--- /dev/null
@@ -0,0 +1,79 @@
+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 723226DE179E\r
+ for <notmuch@notmuchmail.org>; Sun, 31 May 2015 05:07:45 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.57\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.57 tagged_above=-999 required=5\r
+ tests=[FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001,\r
+ RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01,\r
+ RP_MATCHES_RCVD=-0.55, SPF_PASS=-0.001] 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 KcplPNjuNIQy for <notmuch@notmuchmail.org>;\r
+ Sun, 31 May 2015 05:07:43 -0700 (PDT)\r
+X-Greylist: delayed 306 seconds by postgrey-1.35 at arlo;\r
+ Sun, 31 May 2015 05:07:42 PDT\r
+Received: from mout.web.de (mout.web.de [212.227.15.3])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 85E706DE179D\r
+ for <notmuch@notmuchmail.org>; Sun, 31 May 2015 05:07:42 -0700 (PDT)\r
+Received: from localhost ([92.204.48.23]) by smtp.web.de (mrweb004) with\r
+ ESMTPSA (Nemesis) id 0M8oFY-1Yp5nU1vDg-00C9VY; Sun, 31 May 2015 14:02:28\r
+ +0200\r
+From: laochailan <laochailan@web.de>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 0/5] Additions to Go bindings\r
+Date: Sun, 31 May 2015 14:02:10 +0200\r
+Message-Id: <1433073735-7721-1-git-send-email-laochailan@web.de>\r
+X-Mailer: git-send-email 2.4.2\r
+X-Provags-ID: V03:K0:VXFSf8g9Tcm1Tq4EvbPvj6NGA0KI7jGzRJIgaHZBFWfCQndNnFV\r
+ kIWY7FTYdIGApf7dwOqWYmtNu++zHre85GBpbnbe/mQRGz8pTnDT/PaBVUGZ06XnEpKOF1o\r
+ le5Xo0G9Qu3FP0thuX5qMdKs45X0nO4cZDUuONLmZgDhoBQoTkIe3mmCyZd02Mb2He7evZp\r
+ x3q684wa6o349XhA+7mTw==\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:45 -0000\r
+\r
+I added bindings for thread lists and thread to the Go bindings and fixed\r
+some wrong constant values.\r
+\r
+Before, the comment style was not understood well by the automatic\r
+documentation generator of Go, so I converted the documentation comments\r
+to the // style.\r
+\r
+Compare the documentation before:\r
+http://godoc.org/github.com/notmuch/notmuch/bindings/go/src/notmuch#Message.RemoveTag\r
+and after the changes:\r
+http://godoc.org/github.com/laochailan/notmuch/bindings/go/src/notmuch#Message.RemoveTag\r
+\r
+laochailan (5):\r
+  Added thread bindings to go bindings\r
+  fixed wrong constant values\r
+  formatted comments for better godoc output\r
+  fixed more wrongly initialized constants\r
+  updated NEWS\r
+\r
+ NEWS                               |   14 +\r
+ bindings/go/src/notmuch/notmuch.go | 1325 +++++++++++++++++++++---------------\r
+ 2 files changed, 775 insertions(+), 564 deletions(-)\r
+\r
+-- \r
+2.4.2\r
+\r