<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/bindings/go, branch 0.19</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.19</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.19'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2014-09-16T18:17:06Z</updated>
<entry>
<title>go: add return status to database close method</title>
<updated>2014-09-16T18:17:06Z</updated>
<author>
<name>Peter Wang</name>
<email>novalazy@gmail.com</email>
</author>
<published>2014-04-16T12:59:19Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=d81fc4b42de2687a06046d068fe391282b0b8b8f'/>
<id>urn:sha1:d81fc4b42de2687a06046d068fe391282b0b8b8f</id>
<content type='text'>
Add return status to the Database.Close() method that calls
notmuch_database_destroy.
</content>
</entry>
<entry>
<title>bindings/go: Start a .gitignore for go bindings.</title>
<updated>2013-06-03T11:07:22Z</updated>
<author>
<name>David Bremner</name>
<email>bremner@debian.org</email>
</author>
<published>2013-06-02T13:39:46Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=5306b2b1e598e944a7e08cb9df8356acfb162f09'/>
<id>urn:sha1:5306b2b1e598e944a7e08cb9df8356acfb162f09</id>
<content type='text'>
In particular ignore downloaded source from github.com
</content>
</entry>
<entry>
<title>go: use a different goconfig package</title>
<updated>2013-05-04T00:21:01Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2013-04-23T15:13:07Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=44fe1f2c160eb333732465f051e5110adeab6b0a'/>
<id>urn:sha1:44fe1f2c160eb333732465f051e5110adeab6b0a</id>
<content type='text'>
The notmuch-addrlookup utility uses a third party library to read the
notmuch configuration file. The previously used implementation at
"github.com/kless/goconfig" vanished, so this patch switches to the
implementation at "github.com/msbranco/goconfig". As the
implementations differ at the API level, the code is updated
accordingly.

Signed-off-by: Justus Winter &lt;4winter@informatik.uni-hamburg.de&gt;
</content>
</entry>
<entry>
<title>go: Update for changes to notmuch_database_get_directory</title>
<updated>2012-05-15T11:58:36Z</updated>
<author>
<name>Austin Clements</name>
<email>amdragon@MIT.EDU</email>
</author>
<published>2012-05-13T23:36:10Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=cdaf253c9995fe00b096052ab85f0b8d5c010e7c'/>
<id>urn:sha1:cdaf253c9995fe00b096052ab85f0b8d5c010e7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>go: format the souce code using gofmt</title>
<updated>2012-05-11T11:36:43Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2012-05-09T11:15:20Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=1952889353becc7b3bd254ea2695eca04bb9491f'/>
<id>urn:sha1:1952889353becc7b3bd254ea2695eca04bb9491f</id>
<content type='text'>
Signed-off-by: Justus Winter &lt;4winter@informatik.uni-hamburg.de&gt;
</content>
</entry>
<entry>
<title>go: update the build system</title>
<updated>2012-05-11T11:36:30Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2012-05-09T11:15:19Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=3113731713ac49142c86c934906d0f5a1e6f3eb8'/>
<id>urn:sha1:3113731713ac49142c86c934906d0f5a1e6f3eb8</id>
<content type='text'>
The new "go" utility does not require any Makefiles to compile go
packages and programs. Remove the old Makefiles and replace the top
level Makefile with one defining some convenience targets for
compiling the notmuch bindings and the notmuch-addrlookup utility.

Signed-off-by: Justus Winter &lt;4winter@informatik.uni-hamburg.de&gt;
</content>
</entry>
<entry>
<title>go: update the addrlookup utility to go 1</title>
<updated>2012-05-11T11:35:50Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2012-05-09T11:15:18Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=9bf6eec1a51c49f025454fdfc709b4d29142f84c'/>
<id>urn:sha1:9bf6eec1a51c49f025454fdfc709b4d29142f84c</id>
<content type='text'>
Use the new built in error type that replaces os.Error, adapt the code
to the fact that strings.Split has just two arguments now.

Signed-off-by: Justus Winter &lt;4winter@informatik.uni-hamburg.de&gt;
</content>
</entry>
<entry>
<title>go: set LDFLAGS to -lnotmuch in the packages source file</title>
<updated>2012-05-11T11:35:38Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2012-05-09T11:15:17Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=3760a79b3fd551c389f1216af321d1ab45d0642f'/>
<id>urn:sha1:3760a79b3fd551c389f1216af321d1ab45d0642f</id>
<content type='text'>
Set the LDFLAGS to -lnotmuch so the resulting go package will be
linked with libnotmuch.

Signed-off-by: Justus Winter &lt;4winter@informatik.uni-hamburg.de&gt;
</content>
</entry>
<entry>
<title>go: reorganize the go bindings</title>
<updated>2012-05-11T11:32:44Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2012-05-09T11:15:16Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=97565b77cdb4c7c2db82f0baa462eeabb17294dc'/>
<id>urn:sha1:97565b77cdb4c7c2db82f0baa462eeabb17294dc</id>
<content type='text'>
go 1 introduced the "go" program that simplifies building of libraries
and programs. This patch reorganizes the go code so it can be compiled
using the new utility, it does not change any files.

Signed-off-by: Justus Winter &lt;4winter@informatik.uni-hamburg.de&gt;
</content>
</entry>
<entry>
<title>go: define the constant STATUS_UNBALANCED_ATOMIC</title>
<updated>2012-05-11T11:28:33Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2012-05-09T10:23:08Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=f83a5c6241db308393d9295aedbcfbeff43a53fd'/>
<id>urn:sha1:f83a5c6241db308393d9295aedbcfbeff43a53fd</id>
<content type='text'>
Add the constant STATUS_UNBALANCED_ATOMIC to the list of notmuch
status codes.

Signed-off-by: Justus Winter &lt;4winter@informatik.uni-hamburg.de&gt;
</content>
</entry>
</feed>
