"snoozing" with notmuch?
[notmuch-archives.git] / de / 86321d4d1058a7fca08f90551b2b5e81be9352
1 Return-Path: <laochailan@web.de>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5  by arlo.cworth.org (Postfix) with ESMTP id 723226DE179E\r
6  for <notmuch@notmuchmail.org>; Sun, 31 May 2015 05:07:45 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.57\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.57 tagged_above=-999 required=5\r
12  tests=[FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001,\r
13  RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01,\r
14  RP_MATCHES_RCVD=-0.55, SPF_PASS=-0.001] autolearn=disabled\r
15 Received: from arlo.cworth.org ([127.0.0.1])\r
16  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
17  with ESMTP id KcplPNjuNIQy for <notmuch@notmuchmail.org>;\r
18  Sun, 31 May 2015 05:07:43 -0700 (PDT)\r
19 X-Greylist: delayed 306 seconds by postgrey-1.35 at arlo;\r
20  Sun, 31 May 2015 05:07:42 PDT\r
21 Received: from mout.web.de (mout.web.de [212.227.15.3])\r
22  by arlo.cworth.org (Postfix) with ESMTPS id 85E706DE179D\r
23  for <notmuch@notmuchmail.org>; Sun, 31 May 2015 05:07:42 -0700 (PDT)\r
24 Received: from localhost ([92.204.48.23]) by smtp.web.de (mrweb004) with\r
25  ESMTPSA (Nemesis) id 0M8oFY-1Yp5nU1vDg-00C9VY; Sun, 31 May 2015 14:02:28\r
26  +0200\r
27 From: laochailan <laochailan@web.de>\r
28 To: notmuch@notmuchmail.org\r
29 Subject: [PATCH 0/5] Additions to Go bindings\r
30 Date: Sun, 31 May 2015 14:02:10 +0200\r
31 Message-Id: <1433073735-7721-1-git-send-email-laochailan@web.de>\r
32 X-Mailer: git-send-email 2.4.2\r
33 X-Provags-ID: V03:K0:VXFSf8g9Tcm1Tq4EvbPvj6NGA0KI7jGzRJIgaHZBFWfCQndNnFV\r
34  kIWY7FTYdIGApf7dwOqWYmtNu++zHre85GBpbnbe/mQRGz8pTnDT/PaBVUGZ06XnEpKOF1o\r
35  le5Xo0G9Qu3FP0thuX5qMdKs45X0nO4cZDUuONLmZgDhoBQoTkIe3mmCyZd02Mb2He7evZp\r
36  x3q684wa6o349XhA+7mTw==\r
37 X-UI-Out-Filterresults: notjunk:1;\r
38 X-Mailman-Approved-At: Mon, 01 Jun 2015 09:14:43 -0700\r
39 Cc: laochailan <laochailan@web.de>\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.18\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44  <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Sun, 31 May 2015 12:07:45 -0000\r
53 \r
54 I added bindings for thread lists and thread to the Go bindings and fixed\r
55 some wrong constant values.\r
56 \r
57 Before, the comment style was not understood well by the automatic\r
58 documentation generator of Go, so I converted the documentation comments\r
59 to the // style.\r
60 \r
61 Compare the documentation before:\r
62 http://godoc.org/github.com/notmuch/notmuch/bindings/go/src/notmuch#Message.RemoveTag\r
63 and after the changes:\r
64 http://godoc.org/github.com/laochailan/notmuch/bindings/go/src/notmuch#Message.RemoveTag\r
65 \r
66 laochailan (5):\r
67   Added thread bindings to go bindings\r
68   fixed wrong constant values\r
69   formatted comments for better godoc output\r
70   fixed more wrongly initialized constants\r
71   updated NEWS\r
72 \r
73  NEWS                               |   14 +\r
74  bindings/go/src/notmuch/notmuch.go | 1325 +++++++++++++++++++++---------------\r
75  2 files changed, 775 insertions(+), 564 deletions(-)\r
76 \r
77 -- \r
78 2.4.2\r
79 \r