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